TowerGame/items/bullets.tres

14 lines
549 B
Plaintext
Raw Normal View History

2025-04-26 16:02:13 +01:00
[gd_resource type="Resource" script_class="Item" load_steps=4 format=3 uid="uid://ed64yksg1y6m"]
2025-04-23 11:56:29 +01:00
[ext_resource type="Script" uid="uid://kcdpck5ufgcc" path="res://scripts/item.gd" id="1_5qyf8"]
2025-04-26 16:02:13 +01:00
[ext_resource type="ArrayMesh" uid="uid://btvngn040dnbb" path="res://assets/models/Bullets.obj" id="1_ubihn"]
2025-04-23 11:56:29 +01:00
[sub_resource type="AtlasTexture" id="AtlasTexture_5qyf8"]
[resource]
script = ExtResource("1_5qyf8")
icon = SubResource("AtlasTexture_5qyf8")
name = "Bullets"
2025-04-26 16:02:13 +01:00
model = ExtResource("1_ubihn")
2025-04-23 11:56:29 +01:00
metadata/_custom_type_script = "uid://kcdpck5ufgcc"