6 lines
142 B
GDScript
6 lines
142 B
GDScript
extends Node
|
|
# ^Is this needed?
|
|
|
|
export enum PlayerState {Still, Moving, Dashing, Firing}
|
|
# export enum PlayerActionability {None, Move, All}
|