diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-04-30 08:16:24 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-04-30 08:16:24 +0100 |
commit | 0e65f214d2b8ced4deaf6aac43a6ea0872ba1654 (patch) | |
tree | f0544ac43587e546065189f0c6c30c13e5455d54 /data | |
parent | 84c6110772985ca8d75e98e16a8e2710b5e8cfad (diff) | |
download | space-plat-hs-0e65f214d2b8ced4deaf6aac43a6ea0872ba1654.tar.gz space-plat-hs-0e65f214d2b8ced4deaf6aac43a6ea0872ba1654.zip |
Using properties
Diffstat (limited to 'data')
-rw-r--r-- | data/map2.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/data/map2.json b/data/map2.json index 0e2a395..7018fe8 100644 --- a/data/map2.json +++ b/data/map2.json @@ -219,6 +219,17 @@ "width":16, "x":16, "y":96 + }, + { + "height":16, + "id":33, + "name":"Battery", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":48, + "y":96 }], "opacity":1, "type":"objectgroup", @@ -227,7 +238,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":33, + "nextobjectid":34, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |