From f95068d73410aa6d01e8ba91b430ca05d404a57b Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Tue, 26 Aug 2025 19:54:09 +0300 Subject: Added barrel, next up sprite Z-sorting(ugh) --- src/assets.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/assets.c') diff --git a/src/assets.c b/src/assets.c index f6d4792..7fb6477 100644 --- a/src/assets.c +++ b/src/assets.c @@ -24,6 +24,11 @@ Asset assets[] = { .type = Texture_Asset, .name = "player-body", .filePath = "assets/art/characters/player.png" + }, + { + .type = Texture_Asset, + .name = "barrel", + .filePath = "assets/art/props/barrel.png" } }; -- cgit v1.2.3