Begining player rendering
Co-authored-by: William Meathrel <wcmeathrel@gmail.com> Co-authored-by: Catarina Burghi <catarinaburghi@users.noreply.github.com>
This commit is contained in:
parent
af342d8dc6
commit
51fc8adac1
12
src/logic/ingame/ingame.rs
Normal file
12
src/logic/ingame/ingame.rs
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
pub enum ingame_states{
|
||||
BUYING,
|
||||
SWIMMING,
|
||||
DEAD,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user