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

43 lines
1.2 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://cua4782cbjhla"]
[ext_resource type="Script" path="res://scenes/developper/developper.gd" id="1_qf0rd"]
[node name="Control" type="Control"]
script = ExtResource( "1_qf0rd" )
[node name="Window" type="Window" parent="."]
title = "win_developper"
visible = false
[node name="VBoxContainer" type="VBoxContainer" parent="Window"]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
metadata/_edit_use_custom_anchors = false
[node name="VBoxContainer2" type="VBoxContainer" parent="Window/VBoxContainer"]
offset_right = 40.0
offset_bottom = 40.0
[node name="TabBar" type="TabBar" parent="Window/VBoxContainer/VBoxContainer2"]
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 31.0
offset_bottom = 22.0
tab_count = 2
tab_0/title = "tab_sky"
tab_1/title = "tab_weather"
[node name="Quit" type="Button" parent="Window/VBoxContainer"]
offset_top = 35.0
offset_right = 43.0
offset_bottom = 66.0
size_flags_horizontal = 4
size_flags_vertical = 8
text = "Quit"
[connection signal="close_requested" from="Window" to="." method="_on_quit_pressed"]
[connection signal="pressed" from="Window/VBoxContainer/Quit" to="." method="_on_quit_pressed"]