aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-15 22:53:22 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-15 22:53:22 +0000
commit11120a24b6927073d55d2e56b4b911817dedaae2 (patch)
tree0c591330afba9f37a4ff0110a022b213aedb31e0 /data/sprites.json
parent6f2644afcb52e4cfb60169de2cb3efdff62b17b2 (diff)
downloadspace-plat-hs-11120a24b6927073d55d2e56b4b911817dedaae2.tar.gz
space-plat-hs-11120a24b6927073d55d2e56b4b911817dedaae2.zip
Game state, HUD, ... WIP
Exploring ideas.
Diffstat (limited to 'data/sprites.json')
-rw-r--r--data/sprites.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json
index 6df8b7b..e31c02e 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -33,5 +33,14 @@
"sets": [
[0, 0, 0, 0, 0, 0, 0, 1, 2, 3]
]
+ },
+ "hud": {
+ "frames": [
+ { "x": 48, "y": 24, "width": 8, "height": 8 },
+ { "x": 56, "y": 24, "width": 8, "height": 8 }
+ ],
+ "sets": [
+ [0, 1]
+ ]
}
}