Initial script variable support

This commit is contained in:
Ryan Shepherd
2018-09-25 13:52:47 -04:00
parent b3b7109bab
commit 17337d547d
3 changed files with 72 additions and 7 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
__init__:
SetBackground 128 128 128 255
SetAssetOption spritesheet.png Animated
Define VarName "Foo"
Show aka spritesheet.png 0 0 1 flip
Show aka2 spritesheet.png 100 0 2 Reverse
@@ -15,5 +16,6 @@ donothing:
Wait
Wait
h "Some text here\nNext line"
h2 "Different text here"
h2 "Say Foo here [VarName]"
VarName = "[VarName]."
Jump donothing