summaryrefslogtreecommitdiff
path: root/src/assets.c
diff options
context:
space:
mode:
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"
}
};