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

119 lines
4.3 KiB
Text

[gd_scene load_steps=3 format=3 uid="uid://bw4pethe0hrey"]
[ext_resource type="Script" path="res://scenes/developper/developper.gd" id="1_qf0rd"]
[ext_resource type="Script" path="res://scenes/developper/sky_panel.gd" id="4_b4n1m"]
[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="MarginContainer" type="MarginContainer" parent="Window/VBoxContainer"]
offset_right = 40.0
offset_bottom = 40.0
size_flags_vertical = 3
theme_override_constants/margin_right = 5
theme_override_constants/margin_top = 5
theme_override_constants/margin_left = 5
theme_override_constants/margin_bottom = 5
[node name="sky_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer"]
offset_left = 5.0
offset_top = 5.0
offset_right = 127.0
offset_bottom = 273.0
script = ExtResource( "4_b4n1m" )
[node name="samayun_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer/sky_panel"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel"]
offset_right = 40.0
offset_bottom = 23.0
text = "samayun_name"
horizontal_alignment = 1
[node name="data_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel"]
offset_right = 40.0
offset_bottom = 40.0
[node name="samayun_pos" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel/data_panel"]
offset_right = 40.0
offset_bottom = 23.0
[node name="samayun_arc" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel/data_panel"]
offset_right = 40.0
offset_bottom = 23.0
[node name="samayun_arc_value" type="HSlider" parent="Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel/data_panel"]
offset_right = 8.0
offset_bottom = 16.0
[node name="stigi_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer/sky_panel"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/stigi_panel"]
offset_right = 40.0
offset_bottom = 26.0
text = "stigi_name"
horizontal_alignment = 1
[node name="data_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer/sky_panel/stigi_panel"]
offset_right = 40.0
offset_bottom = 40.0
[node name="stigi_pos" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/stigi_panel/data_panel"]
offset_right = 40.0
offset_bottom = 23.0
[node name="stigi_arc" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/stigi_panel/data_panel"]
offset_right = 40.0
offset_bottom = 23.0
[node name="zabr_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer/sky_panel"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/zabr_panel"]
offset_right = 40.0
offset_bottom = 26.0
text = "zabr_name"
horizontal_alignment = 1
[node name="data_panel" type="VBoxContainer" parent="Window/VBoxContainer/MarginContainer/sky_panel/zabr_panel"]
offset_right = 40.0
offset_bottom = 40.0
[node name="zabr_pos" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/zabr_panel/data_panel"]
offset_right = 40.0
offset_bottom = 23.0
[node name="zabr_arc" type="Label" parent="Window/VBoxContainer/MarginContainer/sky_panel/zabr_panel/data_panel"]
offset_right = 40.0
offset_bottom = 23.0
[node name="Quit" type="Button" parent="Window/VBoxContainer"]
offset_left = 491.0
offset_top = 569.0
offset_right = 533.0
offset_bottom = 600.0
size_flags_horizontal = 4
size_flags_vertical = 8
text = "Quit"
[connection signal="close_requested" from="Window" to="." method="_on_quit_pressed"]
[connection signal="value_changed" from="Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel/data_panel/samayun_arc_value" to="Window/VBoxContainer/MarginContainer/sky_panel" method="_on_samayun_arc_value_value_changed"]
[connection signal="pressed" from="Window/VBoxContainer/Quit" to="." method="_on_quit_pressed"]