mirror of
https://port.numenaute.org/aleajactaest/bazar_alea.git
synced 2024-11-09 16:59:02 +00:00
106 lines
3 KiB
Text
106 lines
3 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://ddymq82ef22l2"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/DebugWindow.gd" id="1_f6n7f"]
|
|
|
|
[node name="DebugWindow" type="Window"]
|
|
title = "Debug"
|
|
initial_position = 3
|
|
size = Vector2i(512, 512)
|
|
current_screen = 0
|
|
script = ExtResource("1_f6n7f")
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Perso" type="TabBar" parent="TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Perso"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/Perso/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Perso/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "Count"
|
|
|
|
[node name="Count" type="Label" parent="TabContainer/Perso/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "-"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="TabContainer/Perso/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Perso/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "Id"
|
|
|
|
[node name="Id" type="Label" parent="TabContainer/Perso/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "0"
|
|
|
|
[node name="Network" type="TabBar" parent="TabContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Network"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="players" type="HBoxContainer" parent="TabContainer/Network/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Network/VBoxContainer/players"]
|
|
layout_mode = 2
|
|
text = "2nd player:"
|
|
|
|
[node name="player0" type="Label" parent="TabContainer/Network/VBoxContainer/players"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
|
|
[node name="me" type="HBoxContainer" parent="TabContainer/Network/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Network/VBoxContainer/me"]
|
|
layout_mode = 2
|
|
text = "me:"
|
|
|
|
[node name="me" type="Label" parent="TabContainer/Network/VBoxContainer/me"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
text = "me"
|
|
|
|
[node name="state" type="HBoxContainer" parent="TabContainer/Network/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Network/VBoxContainer/state"]
|
|
layout_mode = 2
|
|
text = "state:"
|
|
|
|
[node name="state" type="Label" parent="TabContainer/Network/VBoxContainer/state"]
|
|
layout_mode = 2
|
|
text = "anim"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/Network/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
|