Support for animated sayer sprites

This commit is contained in:
Ryan Shepherd
2018-10-01 14:37:17 -04:00
parent 7a31c1fc55
commit 61fb64c10a
3 changed files with 14 additions and 12 deletions
+2 -3
View File
@@ -8,9 +8,9 @@ __init__:
Show aka2 spritesheet.png 100 0 2 Reverse
Show aka3 spritesheet.png 200 0 3 max_loops=10
AddSayer h "Hermione" aka01.png 200 200 200 255
AddSayer h "Hermione" aka01.png 200 200 200 255 flip
AddSayer h2 "Topless\ Hermione" aka05.png 255 0 0 255
AddSayer h3 "Stripping\ Hermione" spritesheet.png 255 0 0 255
AddSayer h3 "Stripping\ Hermione" spritesheet.png 255 0 0 255 Reverse
Jump donothing
@@ -22,5 +22,4 @@ donothing:
h2 "TestVar [TestVar]"
TestVar = uc("[TestVar]")
h3 "TestVar2 [TestVar]"
ExitGame
Jump donothing