55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://caivf0icbv7gk"]
|
|
|
|
[ext_resource type="Script" uid="uid://cgn58uiwyog25" path="res://Core/Scripts/Cogwheel/GodotCogwheelConsole.cs" id="1_23urx"]
|
|
|
|
[node name="CogwheelConsole" type="Control" node_paths=PackedStringArray("_input", "_output")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_23urx")
|
|
_input = NodePath("VBoxContainer/Input")
|
|
_output = NodePath("VBoxContainer/Panel/MarginContainer/Output")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Panel" type="Panel" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="Output" type="RichTextLabel" parent="VBoxContainer/Panel/MarginContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 2
|
|
bbcode_enabled = true
|
|
scroll_following = true
|
|
selection_enabled = true
|
|
|
|
[node name="Input" type="TextEdit" parent="VBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 30)
|
|
layout_mode = 2
|
|
placeholder_text = "> Enter Command"
|
|
wrap_mode = 1
|
|
autowrap_mode = 1
|
|
scroll_fit_content_height = true
|
|
scroll_fit_content_width = true
|