From 5554c821e8d8da323516fceb74cf57c3bbada0fc Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 19 Mar 2023 14:33:14 +0100 Subject: [PATCH] Removed uid from hack.tscn to avoid warnings --- background.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.tscn b/background.tscn index b7d707b..ec43326 100644 --- a/background.tscn +++ b/background.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://pqe5af0fmvvf"] -[ext_resource type="FontFile" uid="uid://cdfmc7wbwejab" 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"] [node name="COREBackground" type="Control"]