6 lines
105 B
GDScript
6 lines
105 B
GDScript
extends StaticBody3D
|
|
|
|
|
|
func _interact_press(isRight):
|
|
InventoryBus.givePlayerItem.emit("base:raw_iron")
|