feat: open dragon editor screen

This commit is contained in:
Gerard Gascón 2025-04-05 13:16:48 +02:00
parent 14a883d647
commit fd8609c0ab
6 changed files with 56 additions and 1 deletions

View file

@ -0,0 +1,6 @@
extends Window
class_name DragonEditor
func _on_close_requested() -> void:
queue_free()