Fix background.tscn, remove uid://
This commit is contained in:
parent
137ff4675d
commit
400d4942ef
3 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=3 format=3 uid="uid://pqe5af0fmvvf"]
|
[gd_scene load_steps=3 format=3]
|
||||||
|
|
||||||
[ext_resource type="FontFile" path="res://CORE/hack.ttf" id="1_lr4q1"]
|
[ext_resource type="FontFile" path="res://CORE/hack.ttf" id="1_lr4q1"]
|
||||||
[ext_resource type="Script" path="res://CORE/corelog.gd" id="2_6qdog"]
|
[ext_resource type="Script" path="res://CORE/corelog.gd" id="2_6qdog"]
|
||||||
|
@ -23,6 +23,10 @@ offset_right = 960.0
|
||||||
offset_bottom = 540.0
|
offset_bottom = 540.0
|
||||||
theme_override_colors/default_color = Color(1, 1, 1, 1)
|
theme_override_colors/default_color = Color(1, 1, 1, 1)
|
||||||
theme_override_fonts/normal_font = ExtResource("1_lr4q1")
|
theme_override_fonts/normal_font = ExtResource("1_lr4q1")
|
||||||
|
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")
|
||||||
theme_override_font_sizes/normal_font_size = 12
|
theme_override_font_sizes/normal_font_size = 12
|
||||||
bbcode_enabled = true
|
bbcode_enabled = true
|
||||||
scroll_following = true
|
scroll_following = true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=2 format=3 uid="uid://bimimtdarnyu"]
|
[gd_scene load_steps=2 format=3]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://CORE/coreinit.gd" id="1_ubktt"]
|
[ext_resource type="Script" path="res://CORE/coreinit.gd" id="1_ubktt"]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=3 format=3 uid="uid://biphpytvqtfes"]
|
[gd_scene load_steps=3 format=3]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://CORE/splash.gd" id="1_n4sar"]
|
[ext_resource type="Script" path="res://CORE/splash.gd" id="1_n4sar"]
|
||||||
[ext_resource type="Texture2D" uid="uid://pmk2jvrmjy5b" path="res://CORE/soscore.png" id="2_5krj5"]
|
[ext_resource type="Texture2D" path="res://CORE/soscore.png" id="2_5krj5"]
|
||||||
|
|
||||||
[node name="splash" type="Control"]
|
[node name="splash" type="Control"]
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
|
|
Loading…
Reference in a new issue