Created Front Door and Medical Symbol on building. Doors have yet to be finished
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
class_name Interactable
|
||||
extends StaticBody3D
|
||||
|
||||
signal interaction
|
||||
|
||||
@export var prompt_message:String = "Press e"
|
||||
|
||||
func interact(player):
|
||||
pass
|
||||
emit_signal("interaction")
|
||||
|
||||
Reference in New Issue
Block a user