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.
 
 

13 lines
574 B

[gd_scene load_steps=4 format=3 uid="uid://d2rgfedikyr2w"]
[ext_resource type="Script" path="res://Main.cs" id="1_jrcl7"]
[ext_resource type="PackedScene" path="res://camera_2d.tscn" id="2_pvpm2"]
[ext_resource type="PackedScene" uid="uid://cvjqldltcr7nl" path="res://plantWorld.tscn" id="2_t7d21"]
[node name="Main" type="Node2D"]
script = ExtResource("1_jrcl7")
[node name="Camera2D" parent="." instance=ExtResource("2_pvpm2")]
[node name="PlantWorld" parent="." node_paths=PackedStringArray("Camera") instance=ExtResource("2_t7d21")]
Camera = NodePath("../Camera2D")