From 817630d2f2b25cf9360f396ac25aefb8109f1ba9 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 30 Dec 2023 09:58:52 +0100 Subject: [PATCH] Only instance the Test scene for now. --- game/Main.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/Main.tscn b/game/Main.tscn index e2b212b..d38ff43 100644 --- a/game/Main.tscn +++ b/game/Main.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=2 format=2] -[ext_resource path="res://test/TestMatrix.tscn" type="PackedScene" id=1] +[ext_resource path="res://test/Test.tscn" type="PackedScene" id=2] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 -[node name="TestMatrix" parent="." instance=ExtResource( 1 )] +[node name="Test" parent="." instance=ExtResource( 2 )]