29 lines
809 B
Text
29 lines
809 B
Text
[gd_scene load_steps=2 format=3 uid="uid://be4o88bqhgu3q"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bhwuawppmqk4" path="res://OpenWorld.tscn" id="1_glv2v"]
|
|
|
|
[node name="Main" type="Control"]
|
|
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="."]
|
|
texture_filter = 1
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
stretch = true
|
|
stretch_shrink = 3
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="SubViewportContainer"]
|
|
handle_input_locally = false
|
|
size = Vector2i(640, 360)
|
|
render_target_update_mode = 4
|
|
|
|
[node name="OpenWorld" parent="SubViewportContainer/SubViewport" instance=ExtResource("1_glv2v")]
|