Files
GGJ26/menus/scenes/windows/main_menu_credits_window.gd
minimata 44f251ed66
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 1m1s
Basic game template addon
2026-01-30 19:45:56 +01:00

8 lines
241 B
GDScript

@tool
extends "res://addons/maaacks_game_template/base/nodes/windows/overlaid_window_scene_container.gd"
func _ready() -> void:
super._ready()
if instance and instance.has_signal(&"end_reached"):
instance.connect(&"end_reached", close)