feat(datas): add Battle's Library map

This commit is contained in:
Kazhnuz 2019-08-03 20:52:17 +02:00
parent a5e8f54ce9
commit 413ba82e3f
7 changed files with 13 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View file

@ -0,0 +1,12 @@
return {
name = "Library",
blocks = {
{ 16, 32, 32, 32, "top", "side1"},
{ 16, 128, 32, 32, "top", "side2"},
{176, 32, 32, 32, "top", "side2"},
{176, 128, 32, 32, "top", "side1"},
},
parallax = {
{0, -48, 1, 1, true, true, "back1"}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

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