Added new functions to documentation
This commit is contained in:
15
doc/serenity_docs/serenity_texture_view.txt
Normal file
15
doc/serenity_docs/serenity_texture_view.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
#title Serenity3D [RCBasic Doc]
|
||||
#header Serenity3D Texture Manager
|
||||
|
||||
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.
|
||||
|
||||
You have these properties you can edit.
|
||||
#image "images/serenity_texture_view.png"
|
||||
|
||||
Texture ID - Must be a valid RCBasic variable name. It is the name your texture can be looked up by.
|
||||
|
||||
File - This field will show the file name associated with this ID.
|
||||
|
||||
Use Colorkey - This is a flag to tell the editor to use the provided color key.
|
||||
|
||||
Colorkey - This is the color key value used.
|
||||
Reference in New Issue
Block a user