28 lines
935 B
Plaintext
28 lines
935 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dorr7v1tkeiy0"]
|
|
|
|
[ext_resource type="Script" path="res://src/items/armor/Armor.cs" id="1_cmjpq"]
|
|
[ext_resource type="Texture2D" uid="uid://cgoubcl86pib4" path="res://src/items/armor/armor.png" id="1_vpnem"]
|
|
[ext_resource type="Resource" uid="uid://chjmkb3aiomvr" path="res://src/items/armor/resources/PatheticCoat.tres" id="2_eftit"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1gpxo"]
|
|
radius = 0.470016
|
|
height = 0.940032
|
|
|
|
[node name="Armor" type="Node3D"]
|
|
script = ExtResource("1_cmjpq")
|
|
Info = ExtResource("2_eftit")
|
|
|
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
|
billboard = 2
|
|
alpha_cut = 1
|
|
texture_filter = 0
|
|
texture = ExtResource("1_vpnem")
|
|
|
|
[node name="Pickup" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 4
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]
|
|
shape = SubResource("CapsuleShape3D_1gpxo")
|