Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-05 22:29:17 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-05 22:29:17 +0100
commitb41d2ab5e44647564572c5162bf3109de4aaac82 (patch)
treec279cc5ac2c3c9e5d34a243ccb9e0f72b8315268 /src
parent8701a3d42c86aada738bfb3b5f817e6e1ce12a47 (diff)
downloadldjam57-b41d2ab5e44647564572c5162bf3109de4aaac82.tar
Add other images to SDL
Diffstat (limited to 'src')
-rw-r--r--src/all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all.c b/src/all.c
index e5c86db..7955b90 100644
--- a/src/all.c
+++ b/src/all.c
@@ -139,7 +139,7 @@ static DrawList *render(State *state, UI *ui, Arena *a) {
.h = cellHeight,
.fill = {255, 0, 0, 63},
.border = {255, 0, 0, 255},
- .image = 1,
+ .image = 5,
};
drawList->els[drawList->len++] = (DrawElement) {