69 lines
2.1 KiB
Plaintext
69 lines
2.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://qm7ovimcfc3h"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://csxeqym474oxu" path="res://assets/icons/icons8-language-512.png" id="1_1ya62"]
|
|
[ext_resource type="PackedScene" uid="uid://d0x0yv7nevod7" path="res://scenes/BtnIcon.tscn" id="2_gp72s"]
|
|
[ext_resource type="Texture2D" uid="uid://cp33pga3vuk5k" path="res://assets/icons/icons8-new-window-512.png" id="3_4v5hm"]
|
|
[ext_resource type="Theme" uid="uid://uqhultm05f5a" path="res://theme/ui_theme_dark.tres" id="3_7idnl"]
|
|
|
|
[node name="frame" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("3_7idnl")
|
|
|
|
[node name="center" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -152.0
|
|
offset_top = -51.5
|
|
offset_right = 152.0
|
|
offset_bottom = 51.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="vbox" type="VBoxContainer" parent="center"]
|
|
layout_mode = 2
|
|
|
|
[node name="hboxHeader" type="HBoxContainer" parent="center/vbox"]
|
|
layout_mode = 2
|
|
|
|
[node name="iconMargin" type="MarginContainer" parent="center/vbox/hboxHeader"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 6
|
|
theme_override_constants/margin_top = 6
|
|
theme_override_constants/margin_right = 6
|
|
theme_override_constants/margin_bottom = 6
|
|
|
|
[node name="icon" type="TextureRect" parent="center/vbox/hboxHeader/iconMargin"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_1ya62")
|
|
stretch_mode = 5
|
|
|
|
[node name="header" type="Label" parent="center/vbox/hboxHeader"]
|
|
custom_minimum_size = Vector2(300, 2.08165e-12)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 36
|
|
text = "I18N Commander"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
autowrap_mode = 2
|
|
|
|
[node name="hboxButtons" type="HBoxContainer" parent="center/vbox"]
|
|
layout_mode = 2
|
|
|
|
[node name="btn_icon" parent="center/vbox/hboxButtons" instance=ExtResource("2_gp72s")]
|
|
layout_mode = 2
|
|
Text = "Create Project"
|
|
Icon = ExtResource("3_4v5hm")
|
|
|
|
[node name="btnRecentProjects" type="OptionButton" parent="center/vbox/hboxButtons"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|