feat: changed type of testmap root to Node
This commit is contained in:
parent
63e4b1022f
commit
d2c6fd4b82
|
@ -23,16 +23,9 @@ sky = SubResource("Sky_7ng1a")
|
||||||
tonemap_mode = 2
|
tonemap_mode = 2
|
||||||
glow_enabled = true
|
glow_enabled = true
|
||||||
|
|
||||||
[node name="Testmap" type="Control"]
|
[node name="Testmap" type="Node"]
|
||||||
layout_mode = 3
|
|
||||||
anchors_preset = 15
|
|
||||||
anchor_right = 1.0
|
|
||||||
anchor_bottom = 1.0
|
|
||||||
grow_horizontal = 2
|
|
||||||
grow_vertical = 2
|
|
||||||
|
|
||||||
[node name="SubViewportContainer" type="SubViewportContainer" parent="."]
|
[node name="SubViewportContainer" type="SubViewportContainer" parent="."]
|
||||||
layout_mode = 1
|
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 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")
|
patrol_path = NodePath("../PatrolPath")
|
||||||
|
|
||||||
[node name="PauseMenu" parent="." instance=ExtResource("4_d7x8f")]
|
[node name="PauseMenu" parent="." instance=ExtResource("4_d7x8f")]
|
||||||
layout_mode = 1
|
|
||||||
|
|
Loading…
Reference in a new issue