Initial Commit
Initial commit of Code Base.
This commit is contained in:
parent
293b1213e1
commit
c11a4ebbc2
653 changed files with 36893 additions and 1 deletions
51
addons/twitcher/editor/setup/setup.tscn
Normal file
51
addons/twitcher/editor/setup/setup.tscn
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://wu1fprbhr62"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bbguje3a0cl8t" path="res://addons/twitcher/editor/setup/setup.gd" id="1_o5snq"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7pja1druikbn" path="res://addons/twitcher/editor/setup/page_use_case.tscn" id="2_6678v"]
|
||||
[ext_resource type="PackedScene" uid="uid://dm6jvnuikxtei" path="res://addons/twitcher/editor/setup/page_authorization.tscn" id="3_qcivh"]
|
||||
[ext_resource type="PackedScene" uid="uid://d4l63q706mkhw" path="res://addons/twitcher/editor/setup/page_utilities.tscn" id="4_qcivh"]
|
||||
|
||||
[sub_resource type="ButtonGroup" id="ButtonGroup_6678v"]
|
||||
|
||||
[node name="SetupWindow" type="Window"]
|
||||
title = "Setup Twitcher"
|
||||
initial_position = 2
|
||||
size = Vector2i(800, 800)
|
||||
script = ExtResource("1_o5snq")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Setup" type="TabContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
current_tab = 0
|
||||
|
||||
[node name="UseCase" parent="VBoxContainer/Setup" instance=ExtResource("2_6678v")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
choose_button_group = SubResource("ButtonGroup_6678v")
|
||||
|
||||
[node name="Authorization" parent="VBoxContainer/Setup" instance=ExtResource("3_qcivh")]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Utilities" parent="VBoxContainer/Setup" instance=ExtResource("4_qcivh")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[node name="StartupCheck" type="CheckButton" parent="VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
button_pressed = true
|
||||
text = "Show on startup (you can open it via 'Project/Tools/Twitcher Setup')"
|
||||
|
||||
[node name="Close" type="Button" parent="VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Close"
|
||||
Loading…
Add table
Add a link
Reference in a new issue