From fed9c87269db74d70cd5262804873bc875543abe Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 27 May 2023 20:50:16 -0400 Subject: added proper shooting for player --- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ac517de..ec0d3a5 100644 --- a/src/main.c +++ b/src/main.c @@ -135,10 +135,10 @@ main_loop(void) rodeo_audio_music_stop_fadeOut(1000); } - if(*(bool*)summon_units_input(NULL, NULL)) - { - player_shoot(get_player_bullet_world()); - } + //if(*(bool*)summon_units_input(NULL, NULL)) + //{ + player_shoot(get_player_bullet_world()); + //} rodeo_rectangle_draw( &(rodeo_rectangle_t){ 100, 100, 50, 50 }, -- cgit v1.2.3