feat(datas): add Battle's map Club Rouge

This commit is contained in:
Kazhnuz 2019-08-03 17:59:04 +02:00
parent 54e73a6cfe
commit b49f0ceafb
10 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -0,0 +1,14 @@
return {
name = "Chao Ruins",
blocks = {
{ 56, 128, 16, 96, "top1", "side1"},
{248, 128, 16, 96, "top1", "side1"},
{112, 72-16, 96, 16, "top2", "side2"},
{112, 264-16, 96, 16, "top2", "side2"},
},
parallax = {
{0, 0, .4, 0, true, false, "back1"},
{0, 79, 1, 1, true, false, "back2"},
{0, -28, 1, 1, true, false, "back3"},
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

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