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

36 lines
1 KiB
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://cua4782cbjhla"]
[ext_resource type="Script" path="res://scenes/languages/languages.gd" id="1_irmml"]
[node name="Control" type="Control"]
script = ExtResource( "1_irmml" )
[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="Label" type="Label" parent="Window/VBoxContainer"]
offset_right = 40.0
offset_bottom = 23.0
text = "lab_dev_tools"
[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"]