CORE/background.tscn

30 lines
857 B
Text
Raw Normal View History

2023-03-18 16:34:12 +01:00
[gd_scene load_steps=3 format=3 uid="uid://pqe5af0fmvvf"]
[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")
theme_override_font_sizes/normal_font_size = 12
bbcode_enabled = true
scroll_following = true
script = ExtResource("2_6qdog")