i just got stupid

This commit is contained in:
craftersshaft
2021-05-27 14:50:13 -04:00
parent 190670c3b2
commit 760ac6869c
3 changed files with 19 additions and 10 deletions

View File

@ -412,6 +412,18 @@ Returns the width for the sprite id
Returns the height for the sprite id
##### changeBoyfriendCharacter(string id)
Changes the Boyfriend sprite to another character
##### changeDadCharacter(string id)
Changes the Dad sprite to another character
##### playActorAnimation(string/int id, string anim, bool force, bool reverse)
Plays an animation on a sprite
### Tweens
*Note, On Complete functions are based by the function name (and they also well get called when the tween completes)*
@ -440,14 +452,6 @@ Smoothly fade in to an alpha
Smoothly fade out to an alpha
##### changeBoyfriendCharacter(string id)
Changes the Boyfriend sprite to another character
##### changeDadCharacter(string id)
Changes the Dad sprite to another character