Drawings
These draw something on the screen, be it a shape, and existing sprite or a custom one
These are the current available drawing types
Existing animation
This contains some drawings that already exist in the app like fireballs, or bones
Note that some of them have parameters that you need to set
Draw layers
You can set a draw layer for the drawable, this decides in what order it should be draw like a z-index, the higher on the list the more "behind" other objects it will be
Note that some layers have special rules when it comes to of they are affected by screen shake, rotation or shown in cut scenes. Layers with an asterisk(*) on them are not shown in cut scenes
Custom shapes
Draw a shape like a Rectangle or circle
- Rectangle parameters:
- Width
- Height
- Color: Use the predefined ones or google the color code
- Circle parameters:
- Radius
- Color: Use the predefined ones or google the color code
- Fill: if it should be fully filled or just draw a line
Skin parts
If you have created a skin part and set it as a custom attack part you can select it here
This is where you use your own custom sprites for attacks
Text Draw
Can be used to draw some text on the screen
PositionX: set the x-position for the text
PositionY: set the y-position for the text
Parameters
- Message: Write the text here, you can also include values from variables by writing {var-[nameofvariable]}
- Text size: How large the text should be
- Color: Use the predefined ones or google the color code