feat: move sceneEntrance to a separate node/scene; add new dungeonScene with moving back to the previous scene; add class_name to Player;
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
extends CharacterBody2D
|
||||
class_name Player
|
||||
|
||||
@export var move_speed: float = 100
|
||||
@export var hp: int = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user