From 357ea3eba4a795d6143a69905d30c607537c6d18 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 7 Jul 2023 11:10:50 +0200 Subject: [PATCH] Fix COREBackground newline issue --- background.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/background.tscn b/background.tscn index c790067..ba62303 100644 --- a/background.tscn +++ b/background.tscn @@ -33,5 +33,6 @@ 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 bbcode_enabled = true +text = "(coreinit) [INFO] Initializing CORE" scroll_following = true script = ExtResource("2_6qdog")