You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
396 B
10 lines
396 B
[gd_scene load_steps=3 format=3 uid="uid://d2rgfedikyr2w"] |
|
|
|
[ext_resource type="PackedScene" uid="uid://ixy2rotcnjk2" path="res://plant.tscn" id="1_mv10f"] |
|
[ext_resource type="PackedScene" path="res://camera_2d.tscn" id="2_pvpm2"] |
|
|
|
[node name="Main" type="Node2D"] |
|
|
|
[node name="Plant" parent="." instance=ExtResource("1_mv10f")] |
|
|
|
[node name="Camera2D" parent="." instance=ExtResource("2_pvpm2")]
|
|
|