feat: interactibles now emit signals and are parametrable through text and ids
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 2m14s

This commit is contained in:
2025-06-28 11:04:03 +02:00
parent e59f0e9e6a
commit 5ee7b125e3
8 changed files with 113 additions and 19 deletions

View File

@ -11,3 +11,7 @@ func _ready() -> void:
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
func _on_door_event_triggered(event_id: String) -> void:
print(event_id)