From 8886377977fbc79bb30310543e2978ff0c7febfe Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Fri, 5 Sep 2025 08:55:43 +0300 Subject: Player module refactor - Also changed the background to something cozier --- src/assets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/assets.c') 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, -- cgit v1.2.3