From f26b9d391ddcf76ab6ae7e48c84648e71a708e40 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 9 May 2023 23:45:19 +0200 Subject: [PATCH] Add the matrix test to the main scene. --- game/Main.tscn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/game/Main.tscn b/game/Main.tscn index 00a6290..e2b212b 100644 --- a/game/Main.tscn +++ b/game/Main.tscn @@ -1,5 +1,9 @@ -[gd_scene format=2] +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://test/TestMatrix.tscn" type="PackedScene" id=1] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 + +[node name="TestMatrix" parent="." instance=ExtResource( 1 )]