summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-31 11:04:13 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-31 11:04:13 -0400
commitd330827da265fdb6bb51ae35704509b1a2723f28 (patch)
tree479c31cc7bca23b1412cb98cb070c50507044351 /assets
parentAdd LICENSE file (diff)
downloadDungeonCrawl-d330827da265fdb6bb51ae35704509b1a2723f28.tar.gz
DungeonCrawl-d330827da265fdb6bb51ae35704509b1a2723f28.tar.bz2
DungeonCrawl-d330827da265fdb6bb51ae35704509b1a2723f28.zip
graphics: add health/inventory ui rendering
Diffstat (limited to 'assets')
-rw-r--r--assets/atlas.bmpbin65674 -> 65674 bytes
-rw-r--r--assets/error.bmpbin0 -> 4234 bytes
-rw-r--r--assets/heart_empty.bmpbin0 -> 4234 bytes
-rw-r--r--assets/heart_full.bmpbin0 -> 4234 bytes
-rw-r--r--assets/heart_half.bmpbin0 -> 4234 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/assets/atlas.bmp b/assets/atlas.bmp
index db3fac4..a1f6f9a 100644
--- a/assets/atlas.bmp
+++ b/assets/atlas.bmp
Binary files differ
diff --git a/assets/error.bmp b/assets/error.bmp
new file mode 100644
index 0000000..051849c
--- /dev/null
+++ b/assets/error.bmp
Binary files differ
diff --git a/assets/heart_empty.bmp b/assets/heart_empty.bmp
new file mode 100644
index 0000000..d59d841
--- /dev/null
+++ b/assets/heart_empty.bmp
Binary files differ
diff --git a/assets/heart_full.bmp b/assets/heart_full.bmp
new file mode 100644
index 0000000..bacb7f0
--- /dev/null
+++ b/assets/heart_full.bmp
Binary files differ
diff --git a/assets/heart_half.bmp b/assets/heart_half.bmp
new file mode 100644
index 0000000..6ab617d
--- /dev/null
+++ b/assets/heart_half.bmp
Binary files differ