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
355 B
10 lines
355 B
[gd_scene load_steps=3 format=3 uid="uid://cvjqldltcr7nl"] |
|
|
|
[ext_resource type="Script" path="res://PlantWorld.cs" id="1_0as8v"] |
|
[ext_resource type="Script" path="res://src/Plant.cs" id="1_68w2o"] |
|
|
|
[node name="PlantWorld" type="Node2D"] |
|
script = ExtResource("1_0as8v") |
|
|
|
[node name="Plant" type="MeshInstance2D" parent="."] |
|
script = ExtResource("1_68w2o")
|
|
|