Files
GGJ26/addons/maaacks_game_template/installer/main_scene_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

19 lines
591 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://gblkpm37lq1j"]
[ext_resource type="Script" uid="uid://exfk51fr7yx0" path="res://addons/maaacks_game_template/installer/main_scene_confirmation_dialog.gd" id="1_1ydgd"]
[node name="MainSceneConfirmationDialog" type="ConfirmationDialog"]
oversampling_override = 1.0
title = "Update Main Scene"
initial_position = 2
size = Vector2i(1024, 192)
visible = true
exclusive = false
ok_button_text = "Yes"
dialog_text = "Would you like to update the project's main scene?
"
dialog_autowrap = true
cancel_button_text = "No"
script = ExtResource("1_1ydgd")