24 lines
864 B
Plaintext
24 lines
864 B
Plaintext
|
[gd_resource type="Resource" script_class="Item" load_steps=6 format=3 uid="uid://ed64yksg1y6m"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://kcdpck5ufgcc" path="res://scripts/item.gd" id="1_5qyf8"]
|
||
|
[ext_resource type="Texture2D" uid="uid://denfapnjlvmku" path="res://assets/images/bullet.png" id="1_ubihn"]
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5qyf8"]
|
||
|
|
||
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5qyf8"]
|
||
|
transparency = 2
|
||
|
alpha_scissor_threshold = 0.5
|
||
|
alpha_antialiasing_mode = 0
|
||
|
albedo_texture = ExtResource("1_ubihn")
|
||
|
billboard_mode = 2
|
||
|
|
||
|
[sub_resource type="QuadMesh" id="QuadMesh_ubihn"]
|
||
|
material = SubResource("StandardMaterial3D_5qyf8")
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_5qyf8")
|
||
|
icon = SubResource("AtlasTexture_5qyf8")
|
||
|
name = "Bullets"
|
||
|
model = SubResource("QuadMesh_ubihn")
|
||
|
metadata/_custom_type_script = "uid://kcdpck5ufgcc"
|