steamforged-skies/addons/ingameconsole/GameConsole.tscn

58 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-12-09 02:23:13 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cy50f6k4ov4ep"]
[ext_resource type="Theme" uid="uid://cl7daepdmawmm" path="res://addons/ingameconsole/game_console_theme.tres" id="1_jmwsb"]
[ext_resource type="Script" path="res://addons/ingameconsole/scripts/GameConsole.gd" id="2_pu7gl"]
[node name="GameConsole" type="Control"]
process_mode = 3
z_index = 4096
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = ExtResource("1_jmwsb")
script = ExtResource("2_pu7gl")
welcome_message = "### IN-GAME CONSOLE by BELLSWORNE ####
> Type `list` to see availible commands
[img=131x64]addons/ingameconsole/ps1hagrid.png[/img]"
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 376.0
grow_horizontal = 2
theme = ExtResource("1_jmwsb")
[node name="VBoxContainer" type="VBoxContainer" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="MarginContainer" type="MarginContainer" parent="Panel/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme = ExtResource("1_jmwsb")
[node name="LogLabel" type="RichTextLabel" parent="Panel/VBoxContainer/MarginContainer"]
layout_mode = 2
size_flags_vertical = 3
focus_mode = 2
2024-12-09 02:23:13 +00:00
theme = ExtResource("1_jmwsb")
bbcode_enabled = true
scroll_following = true
selection_enabled = true
2024-12-09 02:23:13 +00:00
[node name="InputField" type="LineEdit" parent="Panel/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 8
theme = ExtResource("1_jmwsb")