diff options
| author | Xander Swan <[hidden email]> | 2026-01-01 18:32:20 -0500 |
|---|---|---|
| committer | Xander Swan <[hidden email]> | 2026-01-01 18:32:20 -0500 |
| commit | 65a2ceda55198dab3bab75c06c0d50adeb0a1101 (patch) | |
| tree | 2a08400520f60fcd86b381bc840bb5c739ff998a /res/tileset.tsj | |
| parent | dc373b507ca68ada2cbf4c8e0d7949d6bc46ed9b (diff) | |
lots of changes + player dash
Diffstat (limited to 'res/tileset.tsj')
| -rw-r--r-- | res/tileset.tsj | 54 |
1 files changed, 48 insertions, 6 deletions
diff --git a/res/tileset.tsj b/res/tileset.tsj index 22fe6c0..1aa009f 100644 --- a/res/tileset.tsj +++ b/res/tileset.tsj @@ -215,7 +215,6 @@ "objectgroup": { "draworder":"index", - "id":2, "name":"", "objects":[ { @@ -252,7 +251,6 @@ "objectgroup": { "draworder":"index", - "id":2, "name":"", "objects":[ { @@ -289,7 +287,6 @@ "objectgroup": { "draworder":"index", - "id":3, "name":"", "objects":[ { @@ -326,7 +323,6 @@ "objectgroup": { "draworder":"index", - "id":2, "name":"", "objects":[ { @@ -363,7 +359,6 @@ "objectgroup": { "draworder":"index", - "id":2, "name":"", "objects":[ { @@ -389,7 +384,6 @@ "objectgroup": { "draworder":"index", - "id":2, "name":"", "objects":[ { @@ -490,6 +484,7 @@ "objectgroup": { "draworder":"index", + "id":2, "name":"", "objects":[ { @@ -502,6 +497,17 @@ "width":16, "x":0, "y":8 + }, + { + "height":8, + "id":2, + "name":"", + "rotation":0, + "type":"", + "visible":true, + "width":8, + "x":0, + "y":0 }], "opacity":1, "type":"objectgroup", @@ -515,6 +521,7 @@ "objectgroup": { "draworder":"index", + "id":2, "name":"", "objects":[ { @@ -527,6 +534,17 @@ "width":16, "x":0, "y":8 + }, + { + "height":8, + "id":2, + "name":"", + "rotation":0, + "type":"", + "visible":true, + "width":8, + "x":8, + "y":0 }], "opacity":1, "type":"objectgroup", @@ -590,6 +608,7 @@ "objectgroup": { "draworder":"index", + "id":2, "name":"", "objects":[ { @@ -602,6 +621,17 @@ "width":16, "x":0, "y":8 + }, + { + "height":8, + "id":2, + "name":"", + "rotation":0, + "type":"", + "visible":true, + "width":8, + "x":0, + "y":0 }], "opacity":1, "type":"objectgroup", @@ -615,6 +645,7 @@ "objectgroup": { "draworder":"index", + "id":2, "name":"", "objects":[ { @@ -627,6 +658,17 @@ "width":16, "x":0, "y":8 + }, + { + "height":8, + "id":2, + "name":"", + "rotation":0, + "type":"", + "visible":true, + "width":8, + "x":8, + "y":0 }], "opacity":1, "type":"objectgroup", |
