From 399e039d799186aeacebee60e1c2009a46677c0d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 27 Jun 2023 23:18:22 +0100 Subject: Add pikcups WIP: only time and bonuses for now. --- data/sprites.png | Bin 21055 -> 21201 bytes data/stage.json | 41 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 37 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/sprites.png b/data/sprites.png index 69116e6..57f5fb5 100644 Binary files a/data/sprites.png and b/data/sprites.png differ 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", -- cgit v1.2.3