diff options
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!"); |
