mirror of
https://github.com/wassname/phaser.git
synced 2026-08-16 11:25:21 +08:00
StateManager fixes for when you change state in the create function.
TilemapLayer update for WebGL.
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{ "height":6,
|
||||
"layers":[
|
||||
{
|
||||
"data":[3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3],
|
||||
"height":6,
|
||||
"name":"Ground",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":6,
|
||||
"x":0,
|
||||
"y":0
|
||||
}],
|
||||
"orientation":"orthogonal",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"tileheight":100,
|
||||
"tilesets":[
|
||||
{
|
||||
"firstgid":1,
|
||||
"image":"C:\/Program Files (x86)\/Tiled\/examples\/tmw_desert_spacing.png",
|
||||
"imageheight":607,
|
||||
"imagewidth":607,
|
||||
"margin":1,
|
||||
"name":"Desert",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"spacing":1,
|
||||
"tileheight":100,
|
||||
"tilewidth":100
|
||||
}],
|
||||
"tilewidth":100,
|
||||
"version":1,
|
||||
"width":6
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Reference in New Issue
Block a user