fight system and whatnot

This commit is contained in:
2025-10-29 01:47:45 +01:00
parent 527be3ee5d
commit 84f75cb2a7
41 changed files with 1433 additions and 57 deletions

View File

@@ -6,4 +6,5 @@ extends Node2D
func _ready() -> void: $Interactable.auto_interact = auto_interact
func _on_interacted(_player: Player) -> void:
EventManager.transition_scene_file(scene)
if !scene.is_empty():
EventManager.transition_scene_file(scene)