Правки 2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Script" uid="uid://cqp1ucyvnno7i" path="res://scripts/MetalArmor.gd" id="1_armor"]
|
||||
[ext_resource type="Texture2D" uid="uid://ce4g8nblils0e" path="res://assets/boot2.png" id="2_ocond"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://jls6i8ov73ld" path="res://assets/boot.obj" id="3_h45w0"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://caurrbclp30ly" path="res://assets/armor.obj" id="3_ocond"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.55, 0.6, 0.68, 1)
|
||||
@@ -15,13 +15,14 @@ roughness = 0.3
|
||||
script = ExtResource("1_armor")
|
||||
|
||||
[node name="ArmorMesh" type="MeshInstance3D" parent="." unique_id=1340618559]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.3499111, 0)
|
||||
material_override = SubResource("StandardMaterial3D_1")
|
||||
mesh = ExtResource("3_h45w0")
|
||||
mesh = ExtResource("3_ocond")
|
||||
|
||||
[node name="Tooltip" type="Label3D" parent="." unique_id=748491675]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3414959, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.9431921, 0)
|
||||
billboard = 1
|
||||
text = "[E] Armored Boots
|
||||
text = "[E] Metal Armor
|
||||
+1 Tier"
|
||||
font_size = 56
|
||||
outline_size = 6
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[gd_scene format=3 uid="uid://dbvt3pkrej5nq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://sfq4iq0btm0g" path="res://scripts/MetalPlate.gd" id="1_plate"]
|
||||
[ext_resource type="Texture2D" uid="uid://ce4g8nblils0e" path="res://assets/boot2.png" id="2_quvug"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://jls6i8ov73ld" path="res://assets/boot.obj" id="3_2i44a"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.6, 0.65, 0.72, 1)
|
||||
albedo_texture = ExtResource("2_quvug")
|
||||
metallic = 0.8
|
||||
metallic_specular = 0.9
|
||||
roughness = 0.35
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_1"]
|
||||
size = Vector3(0.55, 0.08, 0.7)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_1"]
|
||||
size = Vector3(1.0203736, 0.124472655, 1.4775146)
|
||||
|
||||
@@ -20,15 +20,16 @@ script = ExtResource("1_plate")
|
||||
[node name="PlateMesh" type="MeshInstance3D" parent="." unique_id=436086498]
|
||||
transform = Transform3D(1.8395851, 0, 0, 0, 1.5228686, 0, 0, 0, 2.050398, 0, 0.16620824, 0)
|
||||
material_override = SubResource("StandardMaterial3D_1")
|
||||
mesh = SubResource("BoxMesh_1")
|
||||
mesh = ExtResource("3_2i44a")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1642999883]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.005560264, 0.16739155, 0.003918484)
|
||||
shape = SubResource("BoxShape3D_1")
|
||||
|
||||
[node name="Tooltip" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0)
|
||||
[node name="Tooltip" type="Label3D" parent="." unique_id=59052869]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.425037, 0)
|
||||
billboard = 1
|
||||
text = "[E] Metal Plate
|
||||
text = "[E] Armored Boots
|
||||
+1 Kick Tier"
|
||||
font_size = 56
|
||||
outline_size = 6
|
||||
|
||||
Reference in New Issue
Block a user