Initial script variable support
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user