Added interactable
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
extends Node
|
||||
class_name Interactable
|
||||
|
||||
signal on_hit
|
||||
|
||||
func hit()->void:
|
||||
on_hit.emit()
|
||||
Reference in New Issue
Block a user