Files
hsgj25-growth/growth/enums.gd
2025-10-04 00:04:24 +02:00

6 lines
142 B
GDScript

extends Node
# ^Is this needed?
export enum PlayerState {Still, Moving, Dashing, Firing}
# export enum PlayerActionability {None, Move, All}