diff options
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assets.c b/src/assets.c index 7fb6477..d71caca 100644 --- a/src/assets.c +++ b/src/assets.c @@ -7,8 +7,8 @@ Asset assets[] = { { .type = Texture_Asset, - .name = "bar-background", - .filePath = "assets/art/backgrounds/bar-background.png" + .name = "street-background", + .filePath = "assets/art/backgrounds/street-background.png" }, { .type = Texture_Asset, |