Files
RPG-Test/scenes/gui/console.tscn
2023-02-19 13:38:53 +01:00

35 lines
1014 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://bt4pohi6srcvi"]
[ext_resource type="Script" path="res://src/scene-scripts/console.cs" id="1_c6bre"]
[node name="popup_panel" type="PopupPanel"]
transparent_bg = true
size = Vector2i(1537, 193)
visible = true
script = ExtResource("1_c6bre")
[node name="v_box_container" type="VBoxContainer" parent="."]
offset_left = 4.0
offset_top = 4.0
offset_right = 1533.0
offset_bottom = 189.0
[node name="rich_text_label" type="RichTextLabel" parent="v_box_container"]
custom_minimum_size = Vector2(0, 150)
layout_mode = 2
bbcode_enabled = true
text = "[color=red][b]USING CHEATS MAY DISABLE ACHIEVEMENTS[/b][/color]"
scroll_following = true
[node name="line_edit" type="LineEdit" parent="v_box_container"]
layout_mode = 2
placeholder_text = "Type in cheat or command. Use \"help\" for help."
max_length = 200
clear_button_enabled = true
flat = true
draw_control_chars = true
select_all_on_focus = true
caret_blink = true
caret_blink_interval = 0.5
caret_force_displayed = true