aloe
This commit is contained in:
parent
435ca455f0
commit
8fdc2a3ed9
7 changed files with 127 additions and 1 deletions
BIN
resources/animations/plants/aloe.res
Normal file
BIN
resources/animations/plants/aloe.res
Normal file
Binary file not shown.
14
resources/plants/Aloe.tres
Normal file
14
resources/plants/Aloe.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://bf7vjtufjc8kt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d4btl7vqi4v0q" path="res://assets/sprites/plants/aloe.tres" id="1_t4137"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_vw2kg"]
|
||||
[ext_resource type="PackedScene" uid="uid://bw1w8jp0yeypy" path="res://scenes/entities/plants/aloe.tscn" id="2_6a4ia"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_vw2kg")
|
||||
Cost = 75
|
||||
Scene = ExtResource("2_6a4ia")
|
||||
ReloadTime = 15.0
|
||||
StartReloadTime = 0.0
|
||||
Preview = ExtResource("1_t4137")
|
||||
Layer = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue