Files
GGJ26/addons/maaacks_game_template/installer/play_opening_confirmation_dialog.tscn
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

15 lines
482 B
Plaintext

[gd_scene format=3 uid="uid://cukfpfjy3827p"]
[node name="PlayOpeningConfirmationDialog" type="ConfirmationDialog"]
oversampling_override = 1.0
title = "Run & Test"
initial_position = 2
size = Vector2i(1024, 148)
visible = true
ok_button_text = "Yes"
dialog_text = "It is recommended to run the opening scene of the plugin and test if any issues occurred during the copying process.
Would you like to run and test the scenes now?"
dialog_autowrap = true
cancel_button_text = "No"