Added new functions to documentation

This commit is contained in:
n00b87
2025-08-13 19:20:25 -05:00
parent 6ad655f40d
commit 4b2f517de4
152 changed files with 8947 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Serenity3D [RCBasic Doc] </title>
</head>
<body>
<p><h2>Serenity3D Texture Manager </h2></p>
<p>
From the texture manager, you will load all the textures that will be used in your project. On the left side of the view you have your texture list along with buttons to add and remove textures.
</p>
<p>
You have these properties you can edit.
</p>
<p><img src="images/serenity_texture_view.png" ></p>
<p>
Texture ID - Must be a valid RCBasic variable name. It is the name your texture can be looked up by.
</p>
<p>
File - This field will show the file name associated with this ID.
</p>
<p>
Use Colorkey - This is a flag to tell the editor to use the provided color key.
</p>
<p>
Colorkey - This is the color key value used.
</p>
<p>
</body>
</html>