Exp updated collisions and tougness tier
This commit is contained in:
+14
-14
@@ -1,27 +1,27 @@
|
||||
[gd_scene format=3 uid="uid://dbvt3pkrej5nq"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/MetalPlate.gd" id="1_plate"]
|
||||
[ext_resource type="Script" uid="uid://sfq4iq0btm0g" path="res://scripts/MetalPlate.gd" id="1_plate"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.6, 0.65, 0.72, 1)
|
||||
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="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.6, 0.65, 0.72, 1)
|
||||
roughness = 0.35
|
||||
metallic = 0.8
|
||||
metallic_specular = 0.9
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_1"]
|
||||
size = Vector3(0.55, 0.08, 0.7)
|
||||
size = Vector3(1.0203736, 0.124472655, 1.4775146)
|
||||
|
||||
[node name="MetalPlate" type="CharacterBody3D"]
|
||||
[node name="MetalPlate" type="CharacterBody3D" unique_id=1872011585]
|
||||
script = ExtResource("1_plate")
|
||||
|
||||
[node name="PlateMesh" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
||||
mesh = SubResource("BoxMesh_1")
|
||||
[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")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
||||
[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")
|
||||
|
||||
Reference in New Issue
Block a user