33 lines
1.1 KiB
Plaintext
33 lines
1.1 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]
|
|
script = ExtResource("1_gf67r")
|
|
|
|
[node name="ConsoleBG" type="ColorRect" parent="." unique_id=325200379]
|
|
offset_right = 872.0
|
|
offset_bottom = 575.0
|
|
color = Color(0.446777, 0.44677705, 0.44677705, 1)
|
|
|
|
[node name="ConsoleOutput" type="Label" parent="." unique_id=340259312]
|
|
offset_left = 18.0
|
|
offset_top = 14.0
|
|
offset_right = 857.0
|
|
offset_bottom = 560.0
|
|
theme_override_fonts/font = ExtResource("2_xil4p")
|
|
theme_override_font_sizes/font_size = 35
|
|
|
|
[node name="ConsoleInput" type="LineEdit" parent="." unique_id=1233554082]
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -70.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme_override_fonts/font = ExtResource("2_xil4p")
|
|
theme_override_font_sizes/font_size = 30
|
|
keep_editing_on_text_submit = true
|