diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-09 23:25:05 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-09 23:25:05 +0000 |
commit | 6e48bd38850f6326fe435ff87af3ca14e6707379 (patch) | |
tree | 6db157869c0df517e7b0629d0445bbf418f43a3b /data | |
parent | 84057b11507a1434a9f189bca2fdb71df294c572 (diff) | |
download | space-plat-hs-6e48bd38850f6326fe435ff87af3ca14e6707379.tar.gz space-plat-hs-6e48bd38850f6326fe435ff87af3ca14e6707379.zip |
Spawn objects
For now only the Player.
Diffstat (limited to 'data')
-rw-r--r-- | data/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/map.json b/data/map.json index b04801b..0791988 100644 --- a/data/map.json +++ b/data/map.json @@ -51,8 +51,8 @@ "type":"", "visible":true, "width":16, - "x":120, - "y":136 + "x":80, + "y":40 }], "opacity":1, "type":"objectgroup", @@ -61,7 +61,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":2, + "nextobjectid":3, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |