From a20b308cfe92a8bb47c6896e7fdb24b15c2efd59 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 12 May 2023 23:36:49 +0100 Subject: Add player bullets Also a changes in the entity system: - don't preserve the BG (always erase black) - skip unused entities - fix in the reserved size (and entity is 8 bytes) - allocate new entities --- game/assets/pbullet.png | Bin 0 -> 656 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 game/assets/pbullet.png (limited to 'game/assets/pbullet.png') diff --git a/game/assets/pbullet.png b/game/assets/pbullet.png new file mode 100644 index 0000000..e1ab048 Binary files /dev/null and b/game/assets/pbullet.png differ -- cgit v1.2.3