[gd_scene load_steps=6 format=3 uid="uid://dp0qvvwtqxt5r"] [ext_resource type="Script" uid="uid://dy8h0w873m1ck" path="res://scenes/load/console/console.gd" id="1_1e7mo"] [ext_resource type="PackedScene" uid="uid://cggqb75a8w8r" path="res://scenes/load/console/debug_menu/debug_menu.tscn" id="2_mnr6t"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_2p7dp"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_60mpv"] bg_color = Color(0, 0, 0, 0.5) border_width_top = 1 border_width_bottom = 1 border_color = Color(1, 1, 1, 0.101961) [sub_resource type="Theme" id="Theme_qg4fp"] LineEdit/styles/focus = SubResource("StyleBoxEmpty_2p7dp") LineEdit/styles/normal = SubResource("StyleBoxFlat_60mpv") LineEdit/styles/read_only = SubResource("StyleBoxFlat_60mpv") RichTextLabel/styles/focus = SubResource("StyleBoxFlat_60mpv") RichTextLabel/styles/normal = SubResource("StyleBoxFlat_60mpv") [node name="console" type="CanvasLayer"] layer = 2 script = ExtResource("1_1e7mo") [node name="control" type="Control" parent="."] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 0 size_flags_vertical = 0 mouse_filter = 2 theme = SubResource("Theme_qg4fp") [node name="monitor" parent="control" instance=ExtResource("2_mnr6t")] visible = false layout_mode = 1 [node name="m" type="MarginContainer" parent="control"] visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 theme_override_constants/margin_left = 25 theme_override_constants/margin_top = 25 theme_override_constants/margin_right = 25 theme_override_constants/margin_bottom = 25 [node name="stats" type="Label" parent="control/m"] layout_mode = 2 size_flags_horizontal = 0 size_flags_vertical = 0 [node name="panel" type="VBoxContainer" parent="control"] visible = false layout_mode = 1 anchors_preset = 10 anchor_right = 1.0 offset_bottom = 127.0 grow_horizontal = 2 mouse_filter = 2 [node name="menu" type="RichTextLabel" parent="control/panel"] layout_mode = 2 size_flags_vertical = 3 scroll_active = false scroll_following = true [node name="edit" type="LineEdit" parent="control/panel"] layout_mode = 2 [connection signal="draw" from="control/panel" to="." method="_on_panel_draw"] [connection signal="hidden" from="control/panel" to="." method="_on_panel_hidden"] [connection signal="text_submitted" from="control/panel/edit" to="." method="_on_edit_text_submitted"]