diff options
| author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 22:29:17 +0100 | 
|---|---|---|
| committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 22:29:17 +0100 | 
| commit | b41d2ab5e44647564572c5162bf3109de4aaac82 (patch) | |
| tree | c279cc5ac2c3c9e5d34a243ccb9e0f72b8315268 /src | |
| parent | 8701a3d42c86aada738bfb3b5f817e6e1ce12a47 (diff) | |
| download | ldjam57-b41d2ab5e44647564572c5162bf3109de4aaac82.tar | |
Add other images to SDL
Diffstat (limited to 'src')
| -rw-r--r-- | src/all.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) { | 
