summaryrefslogtreecommitdiff
path: root/src/assets.c
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-08-26 19:54:09 +0300
committerBoredGuy <osome3717@gmail.com>2025-08-26 19:54:09 +0300
commitf95068d73410aa6d01e8ba91b430ca05d404a57b (patch)
tree84de322f972182510e48aaa374ae8a62ac3ee2b5 /src/assets.c
parent87d07175058ee4ae18fce608de81c68d7d9bb178 (diff)
Added barrel, next up sprite Z-sorting(ugh)
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c5
1 files changed, 5 insertions, 0 deletions
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"
}
};