cleanup templates

This commit is contained in:
veclavtalica
2025-02-22 01:14:20 +03:00
parent a223506a5f
commit affaf7f557
5 changed files with 10 additions and 65 deletions

BIN
apps/templates/c/data/twn.png (Stored with Git LFS)

Binary file not shown.

View File

@ -17,11 +17,6 @@ void game_tick(void) {
struct state *state = ctx.udata;
++state->counter;
m_sprite("twn.png",
(Rect) { .w = 128, .h = 64, },
m_opt(stretch, true)
);
}