From d2c6fd4b82d5850ad8ba80c7d9a8d40836721662 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 24 Jul 2025 00:06:51 +0200 Subject: [PATCH] feat: changed type of testmap root to Node --- project/maps/testmap.tscn | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/project/maps/testmap.tscn b/project/maps/testmap.tscn index 68a9e13a..99dfc00a 100644 --- a/project/maps/testmap.tscn +++ b/project/maps/testmap.tscn @@ -23,16 +23,9 @@ sky = SubResource("Sky_7ng1a") tonemap_mode = 2 glow_enabled = true -[node name="Testmap" type="Control"] -layout_mode = 3 -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 +[node name="Testmap" type="Node"] [node name="SubViewportContainer" type="SubViewportContainer" parent="."] -layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -445,4 +438,3 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.691285, 9.536743e-07, -16. patrol_path = NodePath("../PatrolPath") [node name="PauseMenu" parent="." instance=ExtResource("4_d7x8f")] -layout_mode = 1