This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld47/game/menu/CreditsPopup.gd

6 lines
144 B
GDScript

extends Popup
func _gui_input(event):
if event is InputEventMouseButton:
if event.button_index == BUTTON_LEFT and !event.pressed:
hide()