Files
KickSurvivors/scenes/StickArmor.tscn
T
2026-04-23 00:51:28 +03:00

27 lines
762 B
Plaintext

[gd_scene format=3 uid="uid://hk7p5sjjxa1w"]
[ext_resource type="Script" path="res://scripts/StickArmor.gd" id="1_sticka"]
[sub_resource type="BoxMesh" id="BoxMesh_1"]
size = Vector3(0.45, 0.55, 0.2)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
albedo_color = Color(0.48, 0.32, 0.14, 1)
roughness = 0.9
[node name="StickArmor" type="Node3D"]
script = ExtResource("1_sticka")
[node name="ArmorMesh" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_1")
material_override = SubResource("StandardMaterial3D_1")
[node name="Tooltip" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0, 0)
billboard = 1
double_sided = true
text = "[E] Stick Armor
+1 Toughness"
font_size = 32
outline_size = 6