feat: menu overhaul

This commit is contained in:
Gerard Gascón 2025-04-17 00:05:40 +02:00
parent b17c7280ea
commit f379dff516
16 changed files with 273 additions and 181 deletions

View file

@ -6,6 +6,8 @@ extends Button
func _on_pressed() -> void:
if base._library.dragons.is_empty():
return
var list: DragonList = dragon_list.instantiate()
list.set_library(base._library)