TowerGame/addons/icons-fonts/icon_finder/icon_finder_window.gd

6 lines
76 B
GDScript3
Raw Normal View History

2025-04-27 14:34:17 +01:00
@tool
extends Window
func _ready() -> void:
close_requested.connect(hide)