-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
28 lines (23 loc) · 931 Bytes
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=5 format=3 uid="uid://w2wg4gt3v7f1"]
[ext_resource type="PackedScene" uid="uid://cri3l1dl1qvcf" path="res://World.tscn" id="1"]
[ext_resource type="Script" path="res://Main.gd" id="1_wbsn2"]
[ext_resource type="Script" path="res://ViewBox.gd" id="2"]
[ext_resource type="Script" path="res://ViewPort.gd" id="3_x0xg0"]
[node name="Main" type="Node2D"]
script = ExtResource("1_wbsn2")
[node name="ViewBox" type="SubViewportContainer" parent="."]
clip_contents = true
offset_right = 512.0
offset_bottom = 288.0
grow_horizontal = 2
grow_vertical = 2
size_flags_stretch_ratio = 0.0
stretch_shrink = 2
script = ExtResource("2")
[node name="ViewPort" type="SubViewport" parent="ViewBox"]
handle_input_locally = false
snap_2d_transforms_to_pixel = true
size = Vector2i(256, 144)
render_target_update_mode = 4
script = ExtResource("3_x0xg0")
[node name="World" parent="ViewBox/ViewPort" instance=ExtResource("1")]