feat(datas): add Battle's Metal Depot map

This commit is contained in:
Kazhnuz 2019-08-03 21:09:30 +02:00
parent 413ba82e3f
commit 5fe4ae3cad
9 changed files with 16 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View file

@ -0,0 +1,15 @@
return {
name = "Metal Depot",
blocks = {
{ 48, 0, 32, 96, "top1", "side"},
{144, 32, 32, 64, "top2", "side"},
{240, 32, 32, 96, "top1", "side"},
{336, 32, 32, 64, "top2", "side"},
{432, 0, 32, 96, "top1", "side"},
},
parallax = {
{0, 0, .50, 0, true, false, "back1"},
{0, 15, .75, .50, true, false, "back2"},
{0, 64, .90, .90, true, false, "back3"},
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -33,7 +33,7 @@ function MovePlayer:new(playerNumber, cameraMode)
MovePlayer.super.new(self)
self.assets:batchImport("scenes.test_scene.assets")
World(self, "battle", "library")
World(self, "battle", "mdepot")
self.world:setPlayerNumber(playerNumber)
self.world.cameras:setMode(cameraMode)