Files
Corupture/data/game_resources/carbon/carbon_resource.tres
2024-03-13 09:57:22 -05:00

13 lines
543 B
Plaintext

[gd_resource type="Resource" script_class="GameResource" load_steps=3 format=3 uid="uid://bpjj0x7jr1k6u"]
[ext_resource type="Script" path="res://scripts/game_resource.gd" id="1_4maxk"]
[ext_resource type="Resource" uid="uid://bsrqp68lxf2f" path="res://data/game_resources/carbon/spawn_pattern_close.tres" id="2_eyt7m"]
[resource]
script = ExtResource("1_4maxk")
atlas_location = Vector2i(5, 3)
pickup_value = 20
name = "Carbon"
spawn_patterns = Array[Resource("res://scripts/spawn_pattern.gd")]([ExtResource("2_eyt7m")])
storage_max = 2500