CORE/background.tscn

39 lines
1.3 KiB
Text
Raw Normal View History

2023-06-29 19:41:07 +02:00
[gd_scene load_steps=3 format=3]
2023-03-18 16:34:12 +01:00
[ext_resource type="FontFile" path="res://CORE/hack.ttf" id="1_lr4q1"]
2023-03-18 16:34:12 +01:00
[ext_resource type="Script" path="res://CORE/corelog.gd" id="2_6qdog"]
[node name="COREBackground" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Background" type="ColorRect" parent="."]
layout_mode = 0
offset_right = 960.0
offset_bottom = 540.0
color = Color(0, 0, 0, 1)
[node name="Log" type="RichTextLabel" parent="Background"]
layout_mode = 0
offset_right = 960.0
offset_bottom = 540.0
theme_override_colors/default_color = Color(1, 1, 1, 1)
theme_override_fonts/normal_font = ExtResource("1_lr4q1")
2023-06-29 19:41:07 +02:00
theme_override_fonts/bold_font = ExtResource("1_lr4q1")
theme_override_fonts/italics_font = ExtResource("1_lr4q1")
theme_override_fonts/bold_italics_font = ExtResource("1_lr4q1")
theme_override_fonts/mono_font = ExtResource("1_lr4q1")
2023-03-18 16:34:12 +01:00
theme_override_font_sizes/normal_font_size = 12
2023-06-29 19:42:26 +02:00
theme_override_font_sizes/bold_font_size = 12
theme_override_font_sizes/italics_font_size = 12
theme_override_font_sizes/bold_italics_font_size = 12
theme_override_font_sizes/mono_font_size = 12
2023-03-18 16:34:12 +01:00
bbcode_enabled = true
2023-07-07 11:10:50 +02:00
text = "(coreinit) [INFO] Initializing CORE"
2023-03-18 16:34:12 +01:00
scroll_following = true
script = ExtResource("2_6qdog")