Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Go from World 1 to World 2 and back from the worldmap, with a boat #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions images/worldmap/common/boat/boat-facing-left.sprite
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(supertux-sprite
(action
(hitbox 0 0 0 0)
(name "empty")
(images
"boat_empty.png"
)
)
(action
(name "default")
(mirror-action "empty")
(hitbox 0 0 0 0)
)
)
23 changes: 20 additions & 3 deletions levels/world1/worldmap.stwm
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 10 20 20 20 20 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 36 20 20 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 18 20 20 11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 36 20 20 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 21 0 0 0 0 0 10 20 20 20 46 47 47 47 48 20 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 21 0 45 45 45 45 21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 14 20 20 20 20 20 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Expand Down Expand Up @@ -894,6 +894,23 @@
(x 4)
(y 5)
)
(decal
(sprite "images/worldmap/common/boat/boat-facing-left.sprite")
(x 50)
(y 870)
)
(special-tile
(invisible-tile #t)
(script "set_next_worldmap(\"levels/world2\", \"main\"); exit_screen(); fadeout_screen(1);")
(apply-to-direction "east")
(x 4)
(y 30)
)
(worldmap-spawnpoint
(name "boat")
(x 3)
(y 30)
)
)
(tileset "images/ice_world.strf")
)
12 changes: 12 additions & 0 deletions levels/world2/worldmap.stwm
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,18 @@
(x 19)
(y 41)
)
(decal
(sprite "images/worldmap/common/boat/boat-facing-left.sprite")
(x 570)
(y 1300)
)
(special-tile
(invisible-tile #t)
(script "set_next_worldmap(\"levels/world1\", \"boat\"); exit_screen(); fadeout_screen(1);")
(apply-to-direction "north")
(x 19)
(y 40)
)
)
(tileset "images/worldmap.strf")
)