diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-25 13:50:04 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-25 13:50:04 +0000 |
commit | 2f40109ab69892c7b7812fdbba3a83dc3ca96193 (patch) | |
tree | db3a61adae19487c15f5977befd918a5fb213c9b /data | |
parent | e066422b950a06873efb6a884b47155c867b7acf (diff) | |
download | space-plat-hs-2f40109ab69892c7b7812fdbba3a83dc3ca96193.tar.gz space-plat-hs-2f40109ab69892c7b7812fdbba3a83dc3ca96193.zip |
Game over sequence WIP
Diffstat (limited to 'data')
-rw-r--r-- | data/sprites.json | 6 | ||||
-rw-r--r-- | data/sprites.png | bin | 13384 -> 15083 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json index 844a796..61c751e 100644 --- a/data/sprites.json +++ b/data/sprites.json @@ -1,4 +1,10 @@ { + "game-over": { + "frames": [ + { "x": 0, "y": 224, "width": 96, "height": 16 } + ], + "sets": [[0]] + }, "player": { "frames": [ { "x": 0, "y": 0, "width": 16, "height": 24 }, diff --git a/data/sprites.png b/data/sprites.png Binary files differindex ee25de5..d2beccd 100644 --- a/data/sprites.png +++ b/data/sprites.png |