summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-07 00:51:14 -0400
committerrealtradam <[email protected]>2023-06-07 00:51:14 -0400
commitb3205907f95daa06294f7419a80271e3157819ba (patch)
treec798fdee362bf64557ecbd239f5285779c5e0059 /src/main.c
parente0db1d21b1d0a08e32b5796d170cd6af9b2f5c9f (diff)
downloadrodeo_sample_game-b3205907f95daa06294f7419a80271e3157819ba.tar.gz
rodeo_sample_game-b3205907f95daa06294f7419a80271e3157819ba.zip
added basic letter box featurerodeo-rewrite
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 84e9a74..6d583bf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -80,7 +80,7 @@ main_loop(void)
draw_menu();
}
- draw_debug_text(renderer_name, fps_display);
+ //draw_debug_text(renderer_name, fps_display);
}
int
@@ -90,7 +90,7 @@ main(void)
{
mrodeo_window_do(window_height, window_width, cstr_lit("Bubbles, Behind"))
{
- mrodeo_gfx_do()
+ mrodeo_gfx_do(1600, 900)
{
mrodeo_audio_do(8)
{