🚿Texture

now it's time to learn 7 things at once

Shadow

"shadow": {
    "status": false,//set the physic state
    "x": 0,//You enter how far it should travel at position x
    "y": 0,//You enter how far it should travel at position y
    "blur": 5,//you set the blur level
    "color": "gray"//you set the color
 },

Color,Rotate,Opacity,Image,Reverse,Layer

{
color:"#ddd",//you set the color
rotate:45,//You set the rotate
opacity:0.5,//your set the opacity. can be max 1.0
image:"test.png",//you set the image
reverse:true,//reverse the object (maybe for the move system)
layer:200//you set the layer
}

If the opacity is more than 1.0, you will not have a problem.

if same as the text layer and the component's layer. text gets in front of components

Last updated