Rework player state system to use an event subscription system to avoid directly calling methods on individual state and having to worry about validity
This commit is contained in:
4
Entities/Characters/Player/Scripts/player_body.gd
Normal file
4
Entities/Characters/Player/Scripts/player_body.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends CharacterBody2D
|
||||
|
||||
# PlayerBody.gd:
|
||||
# Represents the player's actual CharacterBody (collision)
|
||||
Reference in New Issue
Block a user