mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-07-14 05:24:34 +00:00
upgrade gut
This commit is contained in:
parent
6e724f67fe
commit
82aeebfd35
201 changed files with 8547 additions and 3871 deletions
34
addons/gut/gui/ShellOutOptions.tscn
Normal file
34
addons/gut/gui/ShellOutOptions.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ckv5eh8xyrwbk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c64u22kybimgi" path="res://addons/gut/gui/ShellOutOptions.gd" id="1_ht2pf"]
|
||||
|
||||
[node name="ShellOutOptions" type="ConfirmationDialog"]
|
||||
oversampling_override = 1.0
|
||||
title = "GUT Run Mode (Experimental)"
|
||||
position = Vector2i(0, 36)
|
||||
size = Vector2i(516, 557)
|
||||
visible = true
|
||||
script = ExtResource("1_ht2pf")
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
||||
custom_minimum_size = Vector2(500, 500)
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 8.0
|
||||
offset_top = 8.0
|
||||
offset_right = -8.0
|
||||
offset_bottom = -49.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="AcceptDialog" type="AcceptDialog" parent="."]
|
||||
oversampling_override = 1.0
|
||||
size = Vector2i(399, 106)
|
||||
dialog_text = "Invalid arguments. The following cannot be used:
|
||||
-d --debug -s --script"
|
||||
Loading…
Add table
Add a link
Reference in a new issue