summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-27 20:50:16 -0400
committerrealtradam <[email protected]>2023-05-27 20:50:16 -0400
commitfed9c87269db74d70cd5262804873bc875543abe (patch)
tree134bb2c9604eb9ac70a38989d897cb7dbda1fc69 /src/main.c
parent44b2643a58df016d9f30a3601dfd29342832baa0 (diff)
downloadTOJam2023-fed9c87269db74d70cd5262804873bc875543abe.tar.gz
TOJam2023-fed9c87269db74d70cd5262804873bc875543abe.zip
added proper shooting for player
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
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 },