Skip to content

Commit

Permalink
mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CJBok committed Oct 20, 2017
1 parent 7000ec0 commit bc708f8
Show file tree
Hide file tree
Showing 16 changed files with 25,510 additions and 1,097 deletions.
5,441 changes: 5,441 additions & 0 deletions data/maps/Light_World/F3.dat

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions data/maps/Light_World/F3.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
-- Lua script of map Light_World/F3.
-- This script is executed every time the hero enters this map.

-- Feel free to modify the code below.
-- You can add more events and remove the ones you don't need.

-- See the Solarus Lua API documentation:
-- http://www.solarus-games.org/doc/latest

local map = ...
local game = map:get_game()

-- Event called at initialization time, as soon as this map is loaded.
function map:on_started()

-- You can initialize the movement and sprites of various
-- map entities here.
end

-- Event called after the opening transition effect of the map,
-- that is, when the player takes control of the hero.
function map:on_opening_transition_finished()

end
165 changes: 165 additions & 0 deletions data/maps/Light_World/F4.dat
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ properties{
music = "overworld",
}

tile{
layer = 0,
x = 128,
y = 496,
width = 112,
height = 16,
pattern = "dirt.soil",
}

tile{
layer = 0,
x = 488,
Expand Down Expand Up @@ -5311,6 +5320,150 @@ tile{
pattern = "tree.green.1",
}

tile{
layer = 0,
x = 144,
y = 480,
width = 80,
height = 8,
pattern = "grass.soil.2",
}

tile{
layer = 0,
x = 224,
y = 488,
width = 8,
height = 8,
pattern = "grass.soil.diag.3",
}

tile{
layer = 0,
x = 232,
y = 496,
width = 8,
height = 8,
pattern = "grass.soil.diag.3",
}

tile{
layer = 0,
x = 240,
y = 504,
width = 8,
height = 8,
pattern = "grass.soil.diag.3",
}

tile{
layer = 0,
x = 136,
y = 488,
width = 8,
height = 8,
pattern = "grass.soil.diag.4",
}

tile{
layer = 0,
x = 128,
y = 496,
width = 8,
height = 8,
pattern = "grass.soil.diag.4",
}

tile{
layer = 0,
x = 120,
y = 504,
width = 8,
height = 8,
pattern = "grass.soil.diag.4",
}

tile{
layer = 0,
x = 112,
y = 504,
width = 8,
height = 8,
pattern = "grass.soil.diag.4b",
}

tile{
layer = 0,
x = 120,
y = 496,
width = 8,
height = 8,
pattern = "grass.soil.diag.4b",
}

tile{
layer = 0,
x = 128,
y = 488,
width = 8,
height = 8,
pattern = "grass.soil.diag.4b",
}

tile{
layer = 0,
x = 136,
y = 480,
width = 8,
height = 8,
pattern = "grass.soil.diag.4b",
}

tile{
layer = 0,
x = 224,
y = 480,
width = 8,
height = 8,
pattern = "grass.soil.diag.3b",
}

tile{
layer = 0,
x = 232,
y = 488,
width = 8,
height = 8,
pattern = "grass.soil.diag.3b",
}

tile{
layer = 0,
x = 240,
y = 496,
width = 8,
height = 8,
pattern = "grass.soil.diag.3b",
}

tile{
layer = 0,
x = 248,
y = 504,
width = 8,
height = 8,
pattern = "grass.soil.diag.3b",
}

tile{
layer = 0,
x = 144,
y = 488,
width = 80,
height = 8,
pattern = "16",
}

npc{
layer = 0,
x = 408,
Expand All @@ -5328,6 +5481,7 @@ teletransporter{
height = 16,
transition = "scrolling",
destination_map = "Light_World/F5",
destination = "_side",
}

destructible{
Expand All @@ -5348,6 +5502,17 @@ destructible{
weight = 2,
}

teletransporter{
layer = 0,
x = 64,
y = -16,
width = 368,
height = 16,
transition = "scrolling",
destination_map = "Light_World/F3",
destination = "_side",
}

tile{
layer = 1,
x = 152,
Expand Down
11 changes: 11 additions & 0 deletions data/maps/Light_World/F6.dat
Original file line number Diff line number Diff line change
Expand Up @@ -5279,6 +5279,17 @@ teletransporter{
destination = "_side",
}

teletransporter{
layer = 0,
x = 512,
y = 96,
width = 16,
height = 128,
transition = "scrolling",
destination_map = "Light_World/G6",
destination = "_side",
}

tile{
layer = 1,
x = 208,
Expand Down
Loading

0 comments on commit bc708f8

Please sign in to comment.