Changed Interactable items to extend Interactable and a
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
extends Node3D
|
||||
|
||||
@export var promt_message:String = "press e"
|
||||
@export var promt_key:String
|
||||
|
||||
extends Interactable
|
||||
|
||||
func interact(player):
|
||||
print("vape picked up")
|
||||
queue_free()
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user