diff options
-rw-r--r-- | res/maps/switched_interior.tmx | 2 | ||||
-rw-r--r-- | res/music/ello_ello_geen_bread.wav | bin | 0 -> 7078446 bytes | |||
-rw-r--r-- | res/scripts/hallucination_interior.lua | 3 |
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 |
413 | end | 416 | end |