feat(datas): add Battle's Tails Lab map

This commit is contained in:
Kazhnuz 2019-08-04 10:56:12 +02:00
parent 5fe4ae3cad
commit 0ba0d0ae1e
10 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,11 @@
return {
name = "Tails Lab",
blocks = {
{ 26, 24, 64, 32, "top1", "side1"},
{122, 150, 64, 32, "top1", "side1"},
},
parallax = {
{0, 0, .50, 0, true, false, "back1"},
{0, -32, 1, 1, true, false, "back2"},
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 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", "mdepot")
World(self, "battle", "tlab")
self.world:setPlayerNumber(playerNumber)
self.world.cameras:setMode(cameraMode)