Боты добавил
This commit is contained in:
+10
-12
@@ -1,27 +1,25 @@
|
||||
[gd_scene format=3 uid="uid://cbvs3rvwslsd2"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/LeatherBoots.gd" id="1_boots"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_1"]
|
||||
size = Vector3(0.4, 0.2, 0.55)
|
||||
[ext_resource type="Script" uid="uid://d0j8nw7eynmk8" path="res://scripts/LeatherBoots.gd" id="1_boots"]
|
||||
[ext_resource type="Texture2D" uid="uid://b85nk7r6dkenp" path="res://assets/boot1.png" id="2_ky34n"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://jls6i8ov73ld" path="res://assets/boot.obj" id="3_7iwdw"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.45, 0.25, 0.10, 1)
|
||||
roughness = 0.8
|
||||
albedo_color = Color(0.45, 0.25, 0.1, 1)
|
||||
albedo_texture = ExtResource("2_ky34n")
|
||||
metallic = 0.1
|
||||
roughness = 0.8
|
||||
|
||||
[node name="LeatherBoots" type="Node3D"]
|
||||
[node name="LeatherBoots" type="Node3D" unique_id=2009442467]
|
||||
script = ExtResource("1_boots")
|
||||
|
||||
[node name="BootsMesh" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("BoxMesh_1")
|
||||
[node name="BootsMesh" type="MeshInstance3D" parent="." unique_id=1801555312]
|
||||
material_override = SubResource("StandardMaterial3D_1")
|
||||
mesh = ExtResource("3_7iwdw")
|
||||
|
||||
[node name="Tooltip" type="Label3D" parent="."]
|
||||
[node name="Tooltip" type="Label3D" parent="." unique_id=1833908896]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
|
||||
billboard = 1
|
||||
double_sided = true
|
||||
text = "[E] Leather Boots
|
||||
+10 Move Speed"
|
||||
font_size = 32
|
||||
outline_size = 6
|
||||
|
||||
Reference in New Issue
Block a user