untitled-plant-game/World/Main.tscn

8 lines
195 B
Text
Raw Normal View History

2021-12-03 23:12:22 +00:00
[gd_scene load_steps=2 format=2]
2021-12-04 00:20:48 +00:00
[ext_resource path="res://World/Plant.tscn" type="PackedScene" id=1]
2021-12-03 23:12:22 +00:00
[node name="Main" type="Node2D"]
2021-12-04 00:20:48 +00:00
[node name="Plant" parent="." instance=ExtResource( 1 )]