bootsplash improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[gd_scene load_steps=4 format=3 uid="uid://dsimi4xibt3ig"]
|
[gd_scene load_steps=5 format=3 uid="uid://dsimi4xibt3ig"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://scenes/boot_splash/BootSplash.gd" id="1_qt4f0"]
|
[ext_resource type="Script" path="res://scenes/boot_splash/BootSplash.gd" id="1_qt4f0"]
|
||||||
|
|
||||||
@@ -8,20 +8,28 @@
|
|||||||
default_font = SubResource("SystemFont_iaru5")
|
default_font = SubResource("SystemFont_iaru5")
|
||||||
default_font_size = 120
|
default_font_size = 120
|
||||||
|
|
||||||
|
[sub_resource type="LabelSettings" id="LabelSettings_s823y"]
|
||||||
|
font_size = 120
|
||||||
|
shadow_size = 10
|
||||||
|
shadow_color = Color(0, 0, 0.439216, 0)
|
||||||
|
|
||||||
[node name="BootSplash" type="Node2D"]
|
[node name="BootSplash" type="Node2D"]
|
||||||
script = ExtResource("1_qt4f0")
|
script = ExtResource("1_qt4f0")
|
||||||
|
|
||||||
[node name="TeletypeGames" type="RichTextLabel" parent="."]
|
[node name="TeletypeGames" type="Label" parent="."]
|
||||||
anchors_preset = 8
|
anchors_preset = 8
|
||||||
anchor_left = 0.5
|
anchor_left = 0.5
|
||||||
anchor_top = 0.5
|
anchor_top = 0.5
|
||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 0.5
|
anchor_bottom = 0.5
|
||||||
offset_left = 112.0
|
offset_left = 152.0
|
||||||
offset_top = 224.0
|
offset_top = 192.0
|
||||||
offset_right = 1056.0
|
offset_right = 1088.0
|
||||||
offset_bottom = 416.0
|
offset_bottom = 376.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
theme = SubResource("Theme_cneuf")
|
theme = SubResource("Theme_cneuf")
|
||||||
text = "Teletype Games"
|
text = "Teletype Games"
|
||||||
|
label_settings = SubResource("LabelSettings_s823y")
|
||||||
|
horizontal_alignment = 1
|
||||||
|
vertical_alignment = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user