From 2f10c9b84500b62fbca7606254c4a0bdd2fde247 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 7 Nov 2025 18:15:23 -0500 Subject: graphics: add direction based entity rendering --- assets/atlas.bmp | Bin 65674 -> 16522 bytes assets/error.bmp | Bin 4234 -> 1162 bytes assets/player.bmp | Bin 0 -> 4234 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/player.bmp (limited to 'assets') diff --git a/assets/atlas.bmp b/assets/atlas.bmp index fb6a624..e0f77ee 100644 Binary files a/assets/atlas.bmp and b/assets/atlas.bmp differ diff --git a/assets/error.bmp b/assets/error.bmp index 051849c..c76f397 100644 Binary files a/assets/error.bmp and b/assets/error.bmp differ diff --git a/assets/player.bmp b/assets/player.bmp new file mode 100644 index 0000000..9b6a9d8 Binary files /dev/null and b/assets/player.bmp differ -- cgit v1.2.3-freya