29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
[gd_scene format=3 uid="uid://d0te4mwbh33ag"]
|
|
|
|
[ext_resource type="Script" uid="uid://bvfa7xi0luysk" path="res://matador.gd" id="1_matgd"]
|
|
[ext_resource type="PackedScene" uid="uid://eu2lqjhowj4t" path="res://Assets/Matador.glb" id="2_matfbx"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_body"]
|
|
radius = 0.25
|
|
height = 1.2
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_hit"]
|
|
radius = 0.45
|
|
height = 1.4
|
|
|
|
[node name="Matador" type="CharacterBody3D" unique_id=1781857630]
|
|
script = ExtResource("1_matgd")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=2101651042]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0)
|
|
shape = SubResource("CapsuleShape3D_body")
|
|
|
|
[node name="HitArea" type="Area3D" parent="." unique_id=745037545]
|
|
monitorable = false
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitArea" unique_id=1497356275]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0)
|
|
shape = SubResource("CapsuleShape3D_hit")
|
|
|
|
[node name="matador2" parent="." unique_id=1487256381 instance=ExtResource("2_matfbx")]
|