aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-16 21:11:18 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-16 21:11:18 +0000
commit1d68ac340c28792b2b498e204ef123730d901443 (patch)
tree840514d136efbfe57b1f1321cc0b3d82286fb188 /data
parent11120a24b6927073d55d2e56b4b911817dedaae2 (diff)
downloadspace-plat-hs-1d68ac340c28792b2b498e204ef123730d901443.tar.gz
space-plat-hs-1d68ac340c28792b2b498e204ef123730d901443.zip
Added lives to the HUD
Diffstat (limited to 'data')
-rw-r--r--data/sprites.json6
-rw-r--r--data/sprites.pngbin10300 -> 10424 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/data/sprites.json b/data/sprites.json
index e31c02e..a911207 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -37,10 +37,12 @@
"hud": {
"frames": [
{ "x": 48, "y": 24, "width": 8, "height": 8 },
- { "x": 56, "y": 24, "width": 8, "height": 8 }
+ { "x": 56, "y": 24, "width": 8, "height": 8 },
+ { "x": 48, "y": 32, "width": 8, "height": 8 },
+ { "x": 56, "y": 32, "width": 8, "height": 8 }
],
"sets": [
- [0, 1]
+ [0, 1, 2, 3]
]
}
}
diff --git a/data/sprites.png b/data/sprites.png
index 743964a..6b84a40 100644
--- a/data/sprites.png
+++ b/data/sprites.png
Binary files differ