From 720ec920852a4d124fe004edae314ae14364a98c Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Tue, 26 Oct 2021 14:38:42 -0400 Subject: Scorched Earth --- klangfarb/Main.tscn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'klangfarb/Main.tscn') diff --git a/klangfarb/Main.tscn b/klangfarb/Main.tscn index bba01a7..9c58bfd 100644 --- a/klangfarb/Main.tscn +++ b/klangfarb/Main.tscn @@ -1,6 +1,10 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://Main.gdns" type="Script" id=1] +[ext_resource path="res://main.gd" type="Script" id=2] [node name="Node" type="Node"] script = ExtResource( 1 ) + +[node name="Node" type="Node" parent="."] +script = ExtResource( 2 ) -- cgit v1.2.3