From bcea33112bdcd5717408ffc304763c72da35860b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 17 Mar 2021 17:31:16 -0400 Subject: [switch route] Added backwards RGYY music #10 --- res/maps/switched_interior.tmx | 2 +- res/music/ello_ello_geen_bread.wav | Bin 0 -> 7078446 bytes res/scripts/hallucination_interior.lua | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 res/music/ello_ello_geen_bread.wav (limited to 'res') diff --git a/res/maps/switched_interior.tmx b/res/maps/switched_interior.tmx index 6b38959..c481db7 100644 --- a/res/maps/switched_interior.tmx +++ b/res/maps/switched_interior.tmx @@ -1,7 +1,7 @@ - + diff --git a/res/music/ello_ello_geen_bread.wav b/res/music/ello_ello_geen_bread.wav new file mode 100644 index 0000000..78ee169 Binary files /dev/null and b/res/music/ello_ello_geen_bread.wav differ diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index 6679bab..5d313d4 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua @@ -409,5 +409,8 @@ function hallucination_interior.lets_switch_places() UnpauseSprite("switch_claus") DirectSpriteToLocation("switch_claus", "out_of_sight", PathfindingOptions.CARDINAL_DIRECTIONS_ONLY) WaitForSpritePath("switch_claus") + + PlayMusic("ello_ello_geen_bread", 2000) + HideCutsceneBars() end end -- cgit 1.4.1