challenge-editor/scene/warehouse_item_panel.gd
2024-10-10 18:09:32 +08:00

6 lines
121 B
GDScript

extends PanelContainer
func _input(event: InputEvent) -> void:
if event.is_action_pressed("mouse_left"):
self.hide()