diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-27 23:18:22 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-27 23:18:22 +0100 |
commit | 399e039d799186aeacebee60e1c2009a46677c0d (patch) | |
tree | 6b0d2dc98f86e7aecea073e40c35cd21ee6314f3 /data/stage.json | |
parent | cb51a0b3973399c4adfb1406b93cd8a25e2f726c (diff) | |
download | gold-mine-run-399e039d799186aeacebee60e1c2009a46677c0d.tar.gz gold-mine-run-399e039d799186aeacebee60e1c2009a46677c0d.zip |
Add pikcups
WIP: only time and bonuses for now.
Diffstat (limited to 'data/stage.json')
-rw-r--r-- | data/stage.json | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/data/stage.json b/data/stage.json index f118222..bb04ee9 100644 --- a/data/stage.json +++ b/data/stage.json @@ -84,13 +84,46 @@ { "height":16, "id":5, - "name":"Snake", + "name":"Time", "rotation":0, "type":"", "visible":true, "width":16, - "x":32, - "y":152 + "x":80, + "y":128 + }, + { + "height":16, + "id":10, + "name":"Bonus", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":56, + "y":104 + }, + { + "height":16, + "id":11, + "name":"Bonus", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":80, + "y":104 + }, + { + "height":16, + "id":12, + "name":"Bonus", + "rotation":0, + "type":"", + "visible":true, + "width":16, + "x":80, + "y":80 }, { "height":16, @@ -161,7 +194,7 @@ "y":0 }], "nextlayerid":4, - "nextobjectid":10, + "nextobjectid":13, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.7.2", |