feat: Added basic shooting
This commit is contained in:
@@ -22,7 +22,9 @@ struct ControlState {
|
||||
typedef struct Player Player;
|
||||
struct Player
|
||||
{
|
||||
World *world;
|
||||
V2f pos;
|
||||
World_Area currentArea;
|
||||
U32 bulletsLoaded;
|
||||
ControlState controls;
|
||||
V2f shotPos;
|
||||
|
||||
Reference in New Issue
Block a user