Skip to content

Commit

Permalink
colision in school roof room
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <uso.cosmo.ray@gmail.com>
  • Loading branch information
cosmo-ray committed Nov 30, 2024
1 parent db5cc9f commit 8ee81e8
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions tileset/school_roof_room.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"id":2,
"name":"Wall",
"opacity":1,
"properties":[
{
"name":"Collision",
"type":"int",
"value":1
}],
"type":"tilelayer",
"visible":true,
"width":14,
Expand All @@ -50,7 +56,6 @@
"name":"NPC",
"objects":[
{
"class":"",
"height":0,
"id":2,
"name":"Elise Barelmaker",
Expand All @@ -62,13 +67,13 @@
"value":"down"
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":270.766969780472,
"y":128.387985670984
"x":263.777104679472,
"y":122.751583909608
},
{
"class":"",
"height":0,
"id":3,
"name":"Saki Miya",
Expand All @@ -80,13 +85,13 @@
"value":"down"
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":148.404755795056,
"y":123.599349927294
},
{
"class":"",
"height":0,
"id":5,
"name":"p0",
Expand All @@ -103,13 +108,13 @@
"value":true
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":45.5993783462641,
"y":49.5800821276298
},
{
"class":"",
"height":0,
"id":6,
"name":"p1",
Expand All @@ -126,6 +131,7 @@
"value":true
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":88.3036275948837,
Expand All @@ -143,7 +149,6 @@
"name":"Entries",
"objects":[
{
"class":"",
"height":46.4112,
"id":1,
"name":"back",
Expand All @@ -164,6 +169,7 @@
"value":"up"
}],
"rotation":0,
"type":"",
"visible":true,
"width":28.4524,
"x":197.081411254304,
Expand All @@ -190,6 +196,12 @@
"id":4,
"name":"deco",
"opacity":1,
"properties":[
{
"name":"Collision",
"type":"int",
"value":1
}],
"type":"tilelayer",
"visible":true,
"width":14,
Expand All @@ -200,7 +212,7 @@
"nextobjectid":7,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.9.2",
"tiledversion":"1.10.2",
"tileheight":32,
"tilesets":[
{
Expand All @@ -213,6 +225,6 @@
}],
"tilewidth":32,
"type":"map",
"version":"1.9",
"version":"1.10",
"width":14
}

0 comments on commit 8ee81e8

Please sign in to comment.