diff options
| author | realtradam <[email protected]> | 2023-05-27 20:50:16 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-27 20:50:16 -0400 |
| commit | fed9c87269db74d70cd5262804873bc875543abe (patch) | |
| tree | 134bb2c9604eb9ac70a38989d897cb7dbda1fc69 /src/main.c | |
| parent | 44b2643a58df016d9f30a3601dfd29342832baa0 (diff) | |
| download | TOJam2023-fed9c87269db74d70cd5262804873bc875543abe.tar.gz TOJam2023-fed9c87269db74d70cd5262804873bc875543abe.zip | |
added proper shooting for player
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 }, |
