Sprite - KadeArchive/Kade-Engine GitHub Wiki

Sprite properties (makeSprite)

Name Description
x The position of the sprite on the X Plane
y The position of the sprite on the Y Plane
angle The angle of the sprite
alpha The transparency of a sprite

Functions

Name Arguments
tweenPos (self,x,y,time)
tweenAngle (self,angle,time)
tweenAlpha (self,alpha,time)