improvement: replace Calcite Hills by a Coast level
This commit is contained in:
parent
00097ac5d9
commit
65174322fd
4 changed files with 5 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.6 KiB |
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
["forest"] = {
|
||||
name = "Jade Forest",
|
||||
tiles = 0,
|
||||
tiles = 4,
|
||||
background = "forest"
|
||||
},
|
||||
["city"] ={
|
||||
|
@ -20,9 +20,9 @@ return {
|
|||
tiles = 3,
|
||||
background = "mountain"
|
||||
},
|
||||
["hills"] ={
|
||||
name = "Calcite Hills",
|
||||
tiles = 4,
|
||||
["coast"] ={
|
||||
name = "Olivine Coast",
|
||||
tiles = 0,
|
||||
background = "hills"
|
||||
},
|
||||
["bridge"] ={
|
||||
|
|
|
@ -33,7 +33,7 @@ function MovePlayer:new(playerNumber, cameraMode)
|
|||
MovePlayer.super.new(self)
|
||||
self.assets:batchImport("scenes.test_scene.assets")
|
||||
|
||||
World(self, "shoot", "hills")
|
||||
World(self, "shoot", "coast")
|
||||
|
||||
self.world:setPlayerNumber(playerNumber)
|
||||
self.world.cameras:setMode(cameraMode)
|
||||
|
|
Loading…
Reference in a new issue