aboutsummaryrefslogtreecommitdiff
path: root/game_config.h
blob: 7bb6cddcd646efe7d8d3f3f08fc430820c2a4a13 (plain) (blame)
1
2
3
4
5
6
7
#ifndef game_config_h
#define game_config_h

#define player_move_speed (3 << fbits)
#define player_bullet_speed (10 << fbits)

#endif