Potato mine

This commit is contained in:
Фёдор Веселов 2024-09-25 01:24:13 +05:00
commit c428bf219d
6 changed files with 245 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[gd_scene load_steps=2 format=3 uid="uid://b1hjjbdwf1rtc"]
[ext_resource type="Script" path="res://scripts/components/plants/RuntimePlantData.cs" id="1_324sd"]
[node name="PlantTemplate" type="Node2D"]
script = ExtResource("1_324sd")
[node name="Sprite2D" type="Sprite2D" parent="."]
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
[node name="Hitbox" type="Area2D" parent="."]