Cow_Life_Sim_RPG/Objects/Museum/GiftShop/MicroscopeInteraction.gd

8 lines
133 B
GDScript

extends Interaction
func _ready():
add_action("Microscope", microscope)
func microscope():
get_parent().open_microscoping_menu()