23 lines
920 B
Text
23 lines
920 B
Text
[gd_resource type="Resource" script_class="PlantResource" load_steps=5 format=3 uid="uid://ciewunnfalrbb"]
|
|
|
|
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/entities/PlantResource.cs" id="1_jrx81"]
|
|
[ext_resource type="Texture2D" uid="uid://bt76iudw2qgnv" path="res://assets/sprites/atlases/plants/cumbucer.png" id="1_tdg4d"]
|
|
[ext_resource type="PackedScene" uid="uid://cjoyh54cpjla7" path="res://scenes/entities/plants/cucumber.tscn" id="2_0mr6r"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3gogt"]
|
|
atlas = ExtResource("1_tdg4d")
|
|
region = Rect2(2, 1, 41, 65)
|
|
|
|
[resource]
|
|
script = ExtResource("1_jrx81")
|
|
Layer = 1
|
|
DontRegister = false
|
|
NameKey = "cucumber"
|
|
DescriptionKey = "cucumber_desc"
|
|
Cost = 75.0
|
|
Scene = ExtResource("2_0mr6r")
|
|
ReloadTime = 5.0
|
|
ReloadProgress = 0.0
|
|
Preview = SubResource("AtlasTexture_3gogt")
|
|
Order = 8
|
|
metadata/_custom_type_script = "uid://cyenlko1knygw"
|