add dev level and get info pads working
This commit is contained in:
parent
7e75b665f5
commit
276c7c562b
10 changed files with 246 additions and 13 deletions
|
|
@ -6,15 +6,26 @@
|
|||
"/Users/she0001t/personal_projects/fennel_love2d_experiments/two_player_cleaning_game/assets"
|
||||
],
|
||||
"fileStates": {
|
||||
"dev.tmx": {
|
||||
"expandedObjectLayers": [
|
||||
2
|
||||
],
|
||||
"scale": 2.9815,
|
||||
"selectedLayer": 2,
|
||||
"viewCenter": {
|
||||
"x": 635.7538151936944,
|
||||
"y": 649.3375817541506
|
||||
}
|
||||
},
|
||||
"level_001.tmx": {
|
||||
"expandedObjectLayers": [
|
||||
2
|
||||
],
|
||||
"scale": 0.5497,
|
||||
"scale": 0.92,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 624.886301619065,
|
||||
"y": 614.8808440967802
|
||||
"x": 528.804347826087,
|
||||
"y": 1036.9565217391303
|
||||
}
|
||||
},
|
||||
"map_tileset.tsx": {
|
||||
|
|
@ -28,6 +39,7 @@
|
|||
},
|
||||
"tutorial.tmx": {
|
||||
"expandedObjectLayers": [
|
||||
3,
|
||||
2
|
||||
],
|
||||
"scale": 3.1565,
|
||||
|
|
@ -64,6 +76,7 @@
|
|||
"tutorial.tmx",
|
||||
"map_tileset.tsx"
|
||||
],
|
||||
"textEdit.monospace": true,
|
||||
"tileset.lastUsedFormat": "tsx",
|
||||
"tileset.tileSize": {
|
||||
"height": 25,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue