Added interactable

This commit is contained in:
jonathan
2026-01-27 12:31:37 +01:00
parent 68e86405c9
commit 6a5494a3de
11 changed files with 86 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
extends Node
class_name Interactable
signal on_hit
func hit()->void:
on_hit.emit()