diff options
author | BoredGuy <osome3717@gmail.com> | 2025-09-05 08:55:43 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-09-05 08:55:43 +0300 |
commit | 8886377977fbc79bb30310543e2978ff0c7febfe (patch) | |
tree | bf6b69f7af9d369ff484e834fb246ec41a214bb7 /src/assets.c | |
parent | 1562dd67d16d328e919db28cfd48206c8c868fe4 (diff) |
Player module refactor
- Also changed the background to something cozier
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, |