Add a scene
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 63 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
@@ -0,0 +1,10 @@
|
||||
fire_01.png
|
||||
fire_02.png
|
||||
fire_03.png
|
||||
fire_04.png
|
||||
fire_05.png
|
||||
fire_06.png
|
||||
fire_07.png
|
||||
fire_08.png
|
||||
fire_09.png
|
||||
fire_10.png
|
||||
@@ -0,0 +1,8 @@
|
||||
fireplace_fire_01.png
|
||||
fireplace_fire_02.png
|
||||
fireplace_fire_03.png
|
||||
fireplace_fire_04.png
|
||||
fireplace_fire_05.png
|
||||
fireplace_fire_06.png
|
||||
fireplace_fire_07.png
|
||||
fireplace_fire_08.png
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
+19
-20
@@ -1,26 +1,25 @@
|
||||
__init__:
|
||||
SetBackground 128 128 128 255
|
||||
SetAssetOption spritesheet.png Animated
|
||||
Define LoopCount 0
|
||||
Define TestVar 1
|
||||
AddSayer h "Hermione" aka01.png 200 200 200 255
|
||||
|
||||
Show aka spritesheet.png 0 0 1 flip
|
||||
Show aka2 aka.vs 100 0 2
|
||||
Show aka3 aka.vs 200 0 3 Reverse flip
|
||||
Show aka4 spritesheet.png 300 0 1 max_loops=1
|
||||
TargetFPS = 30
|
||||
ResourceDir = "Resources"
|
||||
|
||||
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 Reverse
|
||||
|
||||
Jump donothing
|
||||
drawroom:
|
||||
Show bg main_room_day.png 0 0 10
|
||||
Show window 05_window.png 350 100 11
|
||||
Show cupboard cupboard.png 120 72 11
|
||||
Show door door.png 840 177 11
|
||||
Show fireplace fireplace.png 600 150 11
|
||||
Show candler candle.png 400 100 11 flip
|
||||
Show candlel candle.png 240 100 11
|
||||
Show desk 11_genie_00.png 230 220 13
|
||||
|
||||
donothing:
|
||||
Wait
|
||||
LoopCount=LoopCount+1
|
||||
h "Loop number [LoopCount]"
|
||||
TestVar=lc("Foo").uc(lc("Foo"))
|
||||
h2 "TestVar [TestVar]"
|
||||
TestVar = uc("[TestVar]")
|
||||
h3 "TestVar2 [TestVar]"
|
||||
Jump donothing
|
||||
Show fireplacea fireplace_fire.vs 575 147 12
|
||||
Show candlera fire.vs 400 95 12 flip
|
||||
Show candlela fire.vs 240 95 12
|
||||
|
||||
h "Continue..."
|
||||
|
||||
RecompileScripts drawroom
|
||||
|
||||
Reference in New Issue
Block a user