godot-third-person-basic-scene/scenes/developper/developper.tscn

100 lines
2.7 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://cua4782cbjhla"]
[ext_resource type="Script" path="res://scenes/developper/developper.gd" id="1_qf0rd"]
[ext_resource type="Texture2D" uid="uid://se0t5xwdxyq7" path="res://scenes/themes/textures/base_panel.png" id="2_fmcto"]
[ext_resource type="Theme" uid="uid://bi1js53ni6ehd" path="res://UI/themes/zbasu/zbasu.theme" id="3_ols6l"]
[node name="developper_panel" type="Control"]
minimum_size = Vector2(350, 250)
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -175.0
offset_top = -125.0
offset_right = 175.0
offset_bottom = 125.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource( "1_qf0rd" )
metadata/_edit_use_custom_anchors = false
[node name="NinePatchRect" type="NinePatchRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource( "2_fmcto" )
patch_margin_left = 50
patch_margin_top = 10
patch_margin_right = 25
patch_margin_bottom = 25
axis_stretch_horizontal = 2
axis_stretch_vertical = 2
metadata/_edit_layout_mode = 1
metadata/_edit_use_custom_anchors = false
[node name="header" type="VBoxContainer" parent="."]
offset_left = 50.0
offset_top = 4.0
offset_right = 347.0
offset_bottom = 31.0
metadata/_edit_layout_mode = 0
metadata/_edit_use_custom_anchors = false
[node name="Label" type="Label" parent="header"]
offset_top = -1.0
offset_right = 297.0
offset_bottom = 26.4
theme = ExtResource( "3_ols6l" )
text = "win_developper"
[node name="main" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 5.0
offset_top = 33.0
offset_right = -17.0
offset_bottom = -11.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
metadata/_edit_use_custom_anchors = false
metadata/_edit_layout_mode = 1
[node name="VBoxContainer2" type="VBoxContainer" parent="main"]
offset_right = 328.0
offset_bottom = 27.0
size_flags_vertical = 0
[node name="TabBar" type="TabBar" parent="main/VBoxContainer2"]
offset_right = 328.0
offset_bottom = 27.0
theme = ExtResource( "3_ols6l" )
tab_count = 2
tab_0/title = "tab_sky"
tab_1/title = "tab_weather"
[node name="footer" type="VBoxContainer" parent="."]
minimum_size = Vector2(0, 30)
offset_left = 3.0
offset_top = 213.0
offset_right = 347.0
offset_bottom = 247.0
size_flags_vertical = 10
metadata/_edit_layout_mode = 0
metadata/_edit_use_custom_anchors = false
[node name="Quit" type="Button" parent="footer"]
minimum_size = Vector2(75, 0)
offset_left = 134.0
offset_top = 7.0
offset_right = 209.0
offset_bottom = 26.0
size_flags_horizontal = 4
size_flags_vertical = 6
theme = ExtResource( "3_ols6l" )
text = "Quit"
[connection signal="pressed" from="footer/Quit" to="." method="_on_quit_pressed"]