5 lines
83 B
GDScript
5 lines
83 B
GDScript
extends Interactable
|
|
|
|
func interact(player):
|
|
print("vape picked up")
|
|
queue_free() |