Initial Commit
This commit is contained in:
13
Scripts/cPlayer.gd
Normal file
13
Scripts/cPlayer.gd
Normal file
@@ -0,0 +1,13 @@
|
||||
class_name cPlayer
|
||||
|
||||
var state: playerState = playerState.eState_Menu
|
||||
|
||||
enum playerState {
|
||||
eState_Menu,
|
||||
eState_Office,
|
||||
eState_Camera,
|
||||
eState_Dead
|
||||
}
|
||||
|
||||
func _ready():
|
||||
pass
|
||||
Reference in New Issue
Block a user