Make workers smaller and thus less intimidating

This commit is contained in:
karl 2020-01-27 11:49:03 +01:00
parent f2403d6f28
commit 1300f03230

View File

@ -50,7 +50,7 @@ surfaces/1 = {
"vertex_count": 64
}
[sub_resource type="ArrayMesh" id=8]
[sub_resource type="ArrayMesh" id=3]
resource_name = "Icosphere.001"
surfaces/0 = {
"aabb": AABB( -0.900067, -2.37322, -1.42373, 2.92229, 3.18117, 2.84745 ),
@ -66,7 +66,7 @@ surfaces/0 = {
"vertex_count": 324
}
[sub_resource type="ArrayMesh" id=9]
[sub_resource type="ArrayMesh" id=4]
resource_name = "Icosphere"
surfaces/0 = {
"aabb": AABB( -0.485413, -0.180175, -0.426281, 0.274474, 0.315836, 0.852562 ),
@ -95,9 +95,9 @@ surfaces/1 = {
"vertex_count": 54
}
[sub_resource type="CylinderShape" id=6]
[sub_resource type="CylinderShape" id=5]
[sub_resource type="CylinderShape" id=7]
[sub_resource type="CylinderShape" id=6]
[node name="Worker" type="KinematicBody"]
script = ExtResource( 1 )
@ -105,7 +105,7 @@ script = ExtResource( 1 )
[node name="Meshes" type="Spatial" parent="."]
[node name="True" type="Spatial" parent="Meshes"]
transform = Transform( -3.0598e-08, 0, 0.7, 0, 0.7, 0, -0.7, 0, -3.0598e-08, 0, 0, 0 )
transform = Transform( -2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, 0, 0 )
[node name="Icosphere001" type="MeshInstance" parent="Meshes/True"]
transform = Transform( 0.977618, 0.210386, 2.82673e-08, -0.210386, 0.977618, -3.00718e-09, -2.82673e-08, -3.00718e-09, 1, 0.49744, 2.39071, -8.46234e-09 )
@ -121,25 +121,25 @@ material/0 = null
material/1 = null
[node name="Masked" type="Spatial" parent="Meshes"]
transform = Transform( -3.0598e-08, 0, 0.7, 0, 0.7, 0, -0.7, 0, -3.0598e-08, 0, 0, 0 )
transform = Transform( -2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, 0, 0 )
[node name="Icosphere001" type="MeshInstance" parent="Meshes/Masked"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4537, 0 )
mesh = SubResource( 8 )
mesh = SubResource( 3 )
material/0 = null
[node name="Icosphere" type="MeshInstance" parent="Meshes/Masked"]
transform = Transform( -2.25, 0, -7.33143e-07, 0, 2.25, 0, 7.33143e-07, 0, -2.25, 0, 4.0631, 0 )
mesh = SubResource( 9 )
mesh = SubResource( 4 )
material/0 = null
material/1 = null
[node name="Collider" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
shape = SubResource( 6 )
shape = SubResource( 5 )
[node name="InteractArea" type="Area" parent="."]
[node name="CollisionShape" type="CollisionShape" parent="InteractArea"]
transform = Transform( 1.2, 0, 0, 0, 1, 0, 0, 0, 1.2, 0, 1, 0 )
shape = SubResource( 7 )
shape = SubResource( 6 )