From d330827da265fdb6bb51ae35704509b1a2723f28 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 31 Oct 2025 11:04:13 -0400 Subject: graphics: add health/inventory ui rendering --- assets/atlas.bmp | Bin 65674 -> 65674 bytes assets/error.bmp | Bin 0 -> 4234 bytes assets/heart_empty.bmp | Bin 0 -> 4234 bytes assets/heart_full.bmp | Bin 0 -> 4234 bytes assets/heart_half.bmp | Bin 0 -> 4234 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/error.bmp create mode 100644 assets/heart_empty.bmp create mode 100644 assets/heart_full.bmp create mode 100644 assets/heart_half.bmp (limited to 'assets') diff --git a/assets/atlas.bmp b/assets/atlas.bmp index db3fac4..a1f6f9a 100644 Binary files a/assets/atlas.bmp and b/assets/atlas.bmp differ diff --git a/assets/error.bmp b/assets/error.bmp new file mode 100644 index 0000000..051849c Binary files /dev/null and b/assets/error.bmp differ diff --git a/assets/heart_empty.bmp b/assets/heart_empty.bmp new file mode 100644 index 0000000..d59d841 Binary files /dev/null and b/assets/heart_empty.bmp differ diff --git a/assets/heart_full.bmp b/assets/heart_full.bmp new file mode 100644 index 0000000..bacb7f0 Binary files /dev/null and b/assets/heart_full.bmp differ diff --git a/assets/heart_half.bmp b/assets/heart_half.bmp new file mode 100644 index 0000000..6ab617d Binary files /dev/null and b/assets/heart_half.bmp differ -- cgit v1.2.3-freya