mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Leo - storage finished2.0
This commit is contained in:
@@ -19,13 +19,10 @@ animations = [{
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_p76ml"]
|
||||
radius = 0.500599
|
||||
height = 1.99403
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_h8ivv"]
|
||||
radius = 0.494048
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ndwdl"]
|
||||
radius = 1.26679
|
||||
height = 2.53358
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_8lrgm"]
|
||||
|
||||
[node name="CharacterBody3D" type="CharacterBody3D"]
|
||||
script = ExtResource("1_dta8q")
|
||||
@@ -43,10 +40,12 @@ visible = false
|
||||
texture = ExtResource("2_yjfj7")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CapsuleShape3D_p76ml")
|
||||
transform = Transform3D(1.57581, 0, 0, 0, 2.47805, 0, 0, 0, 1.5749, 0, 0, 0)
|
||||
shape = SubResource("CylinderShape3D_h8ivv")
|
||||
|
||||
[node name="HitBox" type="Area3D" parent="."]
|
||||
collision_mask = 5
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitBox"]
|
||||
shape = SubResource("CapsuleShape3D_ndwdl")
|
||||
transform = Transform3D(2.74062, 0, 0, 0, 2.24144, 0, 0, 0, 2.70992, 0, 0, 0)
|
||||
shape = SubResource("CylinderShape3D_8lrgm")
|
||||
|
||||
Reference in New Issue
Block a user