feat(datas): add Battle's Holy Summit map

This commit is contained in:
Kazhnuz 2019-08-03 20:25:30 +02:00
parent f53b3b221a
commit a5e8f54ce9
15 changed files with 17 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View file

@ -0,0 +1,16 @@
return {
name = "Holy Summit",
blocks = {
{ 0, 240, 288, 48, "top1", "side1"},
{ 0, 176, 176, 64, "top2", "noside"},
{240, 176, 48, 64, "top3", "noside"},
{ 0, 144, 288, 32, "top4", "side1"},
{ 0, 48, 48, 96, "top5", "noside"},
{144, 48, 144, 96, "top6", "noside"},
{ 0, 0, 288, 48, "top7", "side1"},
},
parallax = {
{0, -48, .5, 0, true, false, "back1"},
{0, -12, 1, 1, true, false, "back2"},
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

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