🚿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
}
Bugs may occur if the image cannot find the file while adjusting
Last updated