diff options
| author | iamcheeseman <[email protected]> | 2026-05-14 21:11:21 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-14 21:11:21 -0400 |
| commit | 27202a3c293f4b4d5a2cd88171c7e00860c4b1d1 (patch) | |
| tree | 180d507643a1d3bfe4764b5bb34b560a57bd60b0 /dc/dc.c | |
| parent | ed4f96cc6df493480596074dcc18043fe7b35d38 (diff) | |
fix rotated sprites
Diffstat (limited to 'dc/dc.c')
| -rw-r--r-- | dc/dc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -37,8 +37,7 @@ void tick(void) img, ty_vec2i(SCREEN_WIDTH/2, SCREEN_HEIGHT/2), ty_vec2i(-img.width/2, -img.height/2), - TY_PI / 4 - //ty_get_time() + ty_get_time() * TY_PI / 2 ); ty_draw_text(&font, ty_vec2i(5, SCREEN_HEIGHT - 5 - 8), "hello, world!"); |
