lift fix
This commit is contained in:
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1,7 +1,9 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://gir68sk3762e"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://gir68sk3762e"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cc2vcuaulfks3" path="res://assets/lift/lift.glb" id="1_2dxq0"]
|
||||
[ext_resource type="Script" uid="uid://c1w84vh3bqijr" path="res://assets/lift/lift.gd" id="2_5i7wx"]
|
||||
[ext_resource type="Material" uid="uid://crqalmyy5wynf" path="res://assets/materials/walls/walls_and_ground.tres" id="3_u2uhe"]
|
||||
[ext_resource type="Material" uid="uid://cy7yon430rfy3" path="res://assets/materials/walls/wood_platform.tres" id="4_jmnc2"]
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_5i7wx"]
|
||||
data = PackedVector3Array(-1, -1, 1, -1, 1, -1, -1, 1, 1, -1, -1, 1, -1, -1, -1, -1, 1, -1, -1, -1, -1, 1, 1, -1, -1, 1, -1, -1, -1, -1, 1, -1, -1, 1, 1, -1, 1, -1, -1, 1, 1, 1, 1, 1, -1, 1, -1, -1, 1, -1, 1, 1, 1, 1, 1, -1, 1, -1, 1, 1, 1, 1, 1, 1, -1, 1, -1, -1, 1, -1, 1, 1, -1, -1, -1, 1, -1, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 1, -1, 1, 1, 1, -1, -1, 1, 1, -1, 1, -1, 1, 1, -1, 1, 1, 1, -1, 1, 1)
|
||||
@@ -14,11 +16,17 @@ data = PackedVector3Array(-0.1951, -1, -0.9808, 0.1951, -1, -0.9808, 0, -1, -1,
|
||||
[node name="Lift" instance=ExtResource("1_2dxq0")]
|
||||
script = ExtResource("2_5i7wx")
|
||||
|
||||
[node name="Cube_279" parent="." index="0"]
|
||||
material_override = ExtResource("3_u2uhe")
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="Cube_279" index="0"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cube_279/StaticBody3D" index="0"]
|
||||
shape = SubResource("ConcavePolygonShape3D_5i7wx")
|
||||
|
||||
[node name="Cylinder_001" parent="." index="1"]
|
||||
material_override = ExtResource("4_jmnc2")
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="Cylinder_001" index="0"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Cylinder_001/StaticBody3D" index="0"]
|
||||
|
||||
Reference in New Issue
Block a user