65 lines
1.9 KiB
Text
65 lines
1.9 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://b8xytvsmqsf55"]
|
|
|
|
[ext_resource type="Script" path="res://addons/dev_console/dev_console.ts" id="1_3ukun"]
|
|
[ext_resource type="Theme" uid="uid://cj1yqavvbe331" path="res://addons/dev_console/monospace.tres" id="2_0wrae"]
|
|
[ext_resource type="Script" path="res://addons/dev_console/autocomplete_line.ts" id="2_fq41p"]
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer"]
|
|
script = ExtResource("1_3ukun")
|
|
|
|
[node name="Container" type="Control" parent="."]
|
|
custom_minimum_size = Vector2(0, 250)
|
|
layout_mode = 3
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
grow_horizontal = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Container"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 0.784314)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Container"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
pivot_offset = Vector2(0, 250)
|
|
|
|
[node name="Output" type="RichTextLabel" parent="Container/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
focus_mode = 2
|
|
fit_content = true
|
|
scroll_following = true
|
|
context_menu_enabled = true
|
|
threaded = true
|
|
selection_enabled = true
|
|
|
|
[node name="Input" type="LineEdit" parent="Container/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_0wrae")
|
|
caret_blink = true
|
|
script = ExtResource("2_fq41p")
|
|
|
|
[node name="Suggestion" type="LineEdit" parent="Container/VBoxContainer/Input"]
|
|
layout_mode = 2
|
|
offset_right = 1152.0
|
|
offset_bottom = 31.0
|
|
theme = ExtResource("2_0wrae")
|
|
editable = false
|
|
context_menu_enabled = false
|
|
virtual_keyboard_enabled = false
|
|
shortcut_keys_enabled = false
|
|
middle_mouse_paste_enabled = false
|
|
selecting_enabled = false
|
|
deselect_on_focus_loss_enabled = false
|
|
drag_and_drop_selection_enabled = false
|