Added Itemsmanager
Items now can be stored. I wanna kill myself
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
[ext_resource type="Shader" uid="uid://bfv6ckihralab" path="res://Shaders/build_transparent.gdshader" id="6_ru0md"]
|
||||
|
||||
[sub_resource type="NavigationMesh" id="NavigationMesh_ru0md"]
|
||||
vertices = PackedVector3Array(-8.52442, 3.10583, -1.86593, -8.52442, 3.10583, -0.615934, -3.27442, 3.10583, -0.615934, -3.27442, 3.10583, -1.86593, -2.27442, 0.105834, 0.884066, -9.27442, 0.105834, 0.884066, -9.27442, 0.105834, 3.13407, 11.4756, 0.105834, 3.13407, 11.4756, 0.105834, -1.86593, -1.77442, 0.105834, -1.86593, -1.77442, 0.105834, 0.384066, -8.27442, 0.105834, -1.61593, -8.27442, 0.105834, -0.865934, -3.52442, 0.105834, -0.865934, -3.52442, 0.105834, -1.61593)
|
||||
polygons = [PackedInt32Array(3, 2, 0), PackedInt32Array(0, 2, 1), PackedInt32Array(5, 4, 6), PackedInt32Array(6, 4, 7), PackedInt32Array(10, 9, 8), PackedInt32Array(10, 8, 4), PackedInt32Array(4, 8, 7), PackedInt32Array(14, 13, 11), PackedInt32Array(11, 13, 12)]
|
||||
vertices = PackedVector3Array(-8.52442, 1.10583, -1.86593, -8.52442, 1.10583, -0.615934, -3.27442, 1.10583, -0.615934, -3.27442, 1.10583, -1.86593, -2.27442, 0.105834, 0.884066, -9.27442, 0.105834, 0.884066, -9.27442, 0.105834, 3.13407, 11.4756, 0.105834, 3.13407, 11.4756, 0.105834, -1.86593, -1.77442, 0.105834, -1.86593, -1.77442, 0.105834, 0.384066)
|
||||
polygons = [PackedInt32Array(3, 2, 0), PackedInt32Array(0, 2, 1), PackedInt32Array(5, 4, 6), PackedInt32Array(6, 4, 7), PackedInt32Array(10, 9, 8), PackedInt32Array(10, 8, 4), PackedInt32Array(4, 8, 7)]
|
||||
agent_radius = 0.7
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_u7bw1"]
|
||||
size = Vector3(22.1814, 0.0957031, 5.72699)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_ru0md"]
|
||||
size = Vector3(6.47229, 3.39474, 2.33685)
|
||||
size = Vector3(6.47229, 1.38536, 2.33685)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_esjgi"]
|
||||
size = Vector3(22.2341, 4.23804, 0.494629)
|
||||
@@ -54,11 +54,13 @@ height = 0.1
|
||||
affect_navigation_mesh = true
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="Cart-bottom/NavigationRegion3D/NavigationObstacle3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.50052, -0.0203562, -1.1511)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.50052, -0.0203562, -20.5103)
|
||||
collision_layer = 4
|
||||
collision_mask = 4
|
||||
input_ray_pickable = false
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cart-bottom/NavigationRegion3D/NavigationObstacle3D/StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.352722, 1.07356, -0.102142)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.352722, 0.0688691, -0.102142)
|
||||
shape = SubResource("BoxShape3D_ru0md")
|
||||
|
||||
[node name="Wheels2" type="MeshInstance3D" parent="."]
|
||||
@@ -86,26 +88,22 @@ visible = false
|
||||
mesh = ExtResource("3_2wj72")
|
||||
|
||||
[node name="BlockBuildingArea" type="StaticBody3D" parent="."]
|
||||
visible = false
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.137932, 0)
|
||||
|
||||
[node name="CollisionShape3D4" type="CollisionShape3D" parent="BlockBuildingArea"]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 11.1878, 1.59147, -0.622702)
|
||||
visible = false
|
||||
shape = SubResource("BoxShape3D_esjgi")
|
||||
|
||||
[node name="CollisionShape3D3" type="CollisionShape3D" parent="BlockBuildingArea"]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -10.6143, 1.63224, 0.537586)
|
||||
visible = false
|
||||
shape = SubResource("BoxShape3D_esjgi")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="BlockBuildingArea"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.619003, 1.50816, 3.83996)
|
||||
visible = false
|
||||
shape = SubResource("BoxShape3D_esjgi")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="BlockBuildingArea"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.282789, 1.61902, -2.6054)
|
||||
visible = false
|
||||
shape = SubResource("BoxShape3D_esjgi")
|
||||
|
||||
[node name="BuildingArea" type="StaticBody3D" parent="." node_paths=PackedStringArray("buildTransparentPreivew")]
|
||||
@@ -116,6 +114,7 @@ metadata/is_building_area = true
|
||||
|
||||
[node name="smallBuildingArea2" type="CollisionShape3D" parent="BuildingArea"]
|
||||
shape = SubResource("BoxShape3D_eosii")
|
||||
debug_color = Color(0.981345, 0, 0.371873, 0.42)
|
||||
metadata/is_building_area = true
|
||||
|
||||
[node name="BuildAreaModeView" type="MeshInstance3D" parent="BuildingArea"]
|
||||
|
||||
Reference in New Issue
Block a user