TextRPG/scenes/console.tscn

41 lines
1.4 KiB
Plaintext

[gd_scene format=3 uid="uid://bqfwbrtelarht"]
[ext_resource type="Script" uid="uid://coaje60nccntq" path="res://scenes/ConsoleUI.cs" id="1_gf67r"]
[ext_resource type="FontFile" uid="uid://df205wg7tq2a1" path="res://assets/fonts/Orange Kid.otf" id="2_xil4p"]
[node name="Console" type="CanvasLayer" unique_id=29250469]
layer = 10
script = ExtResource("1_gf67r")
[node name="Panel" type="Panel" parent="." unique_id=1612205637]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="MarginContainer" type="MarginContainer" parent="Panel" unique_id=800285170]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_right = 300
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer" unique_id=1714535234]
layout_mode = 2
theme_override_constants/separation = 5
[node name="ConsoleOutput" type="RichTextLabel" parent="Panel/MarginContainer/VBoxContainer" unique_id=1029492678]
layout_mode = 2
bbcode_enabled = true
scroll_following = true
[node name="ConsoleInput" type="LineEdit" parent="Panel/MarginContainer/VBoxContainer" unique_id=1233554082]
layout_mode = 2
size_flags_vertical = 10
theme_override_fonts/font = ExtResource("2_xil4p")
theme_override_font_sizes/font_size = 30
keep_editing_on_text_submit = true