summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-17 17:31:16 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-17 17:31:16 -0400
commitbcea33112bdcd5717408ffc304763c72da35860b (patch)
treea6ed8fc2fcecc74cd9cd9f8fcf24941a080c34cb /res
parenta8983e9302ac5aae00c653afae034d6d003805bc (diff)
downloadtanetane-bcea33112bdcd5717408ffc304763c72da35860b.tar.gz
tanetane-bcea33112bdcd5717408ffc304763c72da35860b.tar.bz2
tanetane-bcea33112bdcd5717408ffc304763c72da35860b.zip
[switch route] Added backwards RGYY music
#10
Diffstat (limited to 'res')
-rw-r--r--res/maps/switched_interior.tmx2
-rw-r--r--res/music/ello_ello_geen_bread.wavbin0 -> 7078446 bytes
-rw-r--r--res/scripts/hallucination_interior.lua3
3 files changed, 4 insertions, 1 deletions
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 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="24"> 2<map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="24">
3 <properties> 3 <properties>
4 <property name="music" value="red_green_yellow_yellow"/> 4 <property name="music" value="ello_ello_geen_bread"/>
5 </properties> 5 </properties>
6 <tileset firstgid="1" source="hallucination.tsx"/> 6 <tileset firstgid="1" source="hallucination.tsx"/>
7 <layer id="1" name="Lower" width="64" height="64"> 7 <layer id="1" name="Lower" width="64" height="64">
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 --- /dev/null +++ b/res/music/ello_ello_geen_bread.wav
Binary files 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()
409 UnpauseSprite("switch_claus") 409 UnpauseSprite("switch_claus")
410 DirectSpriteToLocation("switch_claus", "out_of_sight", PathfindingOptions.CARDINAL_DIRECTIONS_ONLY) 410 DirectSpriteToLocation("switch_claus", "out_of_sight", PathfindingOptions.CARDINAL_DIRECTIONS_ONLY)
411 WaitForSpritePath("switch_claus") 411 WaitForSpritePath("switch_claus")
412
413 PlayMusic("ello_ello_geen_bread", 2000)
414 HideCutsceneBars()
412 end 415 end
413end 416end