bazar_alea/client/scenes/DebugWindow.tscn

193 lines
6.4 KiB
Plaintext

[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"]
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"]
visible = false
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
[node name="Log" type="TabBar" parent="TabContainer"]
visible = false
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Log"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TabContainer" type="TabContainer" parent="TabContainer/Log/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="Messages" type="TabBar" parent="TabContainer/Log/VBoxContainer/TabContainer"]
layout_mode = 2
[node name="ItemList" type="ItemList" parent="TabContainer/Log/VBoxContainer/TabContainer/Messages"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
select_mode = 1
allow_rmb_select = true
same_column_width = true
[node name="Config" type="TabBar" parent="TabContainer/Log/VBoxContainer/TabContainer"]
visible = false
layout_mode = 2
[node name="VBox" type="VBoxContainer" parent="TabContainer/Log/VBoxContainer/TabContainer/Config"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="DConsole" type="CheckButton" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
size_flags_horizontal = 3
text = "Envoie les messages de debug vers la console"
alignment = 2
[node name="VConsole" type="CheckButton" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
text = "Envoie les messages d'information vers la console"
alignment = 2
[node name="EConsole" type="CheckButton" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
text = "Envoie les messages d'erreur vers la console"
alignment = 2
[node name="HSeparator" type="HSeparator" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
[node name="DApplication" type="CheckButton" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
size_flags_horizontal = 3
text = "Envoie les messages de debug vers l'application"
alignment = 2
[node name="VApplication" type="CheckButton" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
text = "Envoie les messages d'information vers l'application"
alignment = 2
[node name="EApplication" type="CheckButton" parent="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox"]
layout_mode = 2
text = "Envoie les messages d'erreur vers l'application"
alignment = 2
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
[connection signal="gui_input" from="TabContainer/Log/VBoxContainer/TabContainer/Messages/ItemList" to="." method="_on_item_list_gui_input"]
[connection signal="toggled" from="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox/DConsole" to="." method="_on_console_toggled"]
[connection signal="toggled" from="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox/VConsole" to="." method="_on_v_console_toggled"]
[connection signal="toggled" from="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox/EConsole" to="." method="_on_e_console_toggled"]
[connection signal="toggled" from="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox/DApplication" to="." method="_on_application_toggled"]
[connection signal="toggled" from="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox/VApplication" to="." method="_on_v_application_toggled"]
[connection signal="toggled" from="TabContainer/Log/VBoxContainer/TabContainer/Config/VBox/EApplication" to="." method="_on_e_application_toggled"]