73 lines
3.5 KiB
Plaintext
73 lines
3.5 KiB
Plaintext
[gd_scene format=3 uid="uid://o8ocjfprxa7u"]
|
|
|
|
[ext_resource type="Script" uid="uid://cn7fhjkro7637" path="res://bear.gd" id="1_beargd"]
|
|
[ext_resource type="PackedScene" uid="uid://cofv5dbavesis" path="res://Assets/Bear.glb" id="2_bearglb"]
|
|
[ext_resource type="Script" uid="uid://bsbed05ifr18s" path="res://bear_test_cube.gd" id="3_rog1v"]
|
|
[ext_resource type="PackedScene" uid="uid://bdbx0wwa73rhp" path="res://Assets/fx/Bear_FX.glb" id="4_rog1v"]
|
|
[ext_resource type="Material" uid="uid://blpkmyikjnhbo" path="res://Materials/M_bear_claw_fx.tres" id="5_bfebr"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_body"]
|
|
radius = 1.0
|
|
height = 2.4
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_hit"]
|
|
radius = 1.3
|
|
height = 2.7
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_bfebr"]
|
|
size = Vector3(6.2019043, 8.561401, 7.0739746)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_rog1v"]
|
|
size = Vector3(14.399288, 51.902206, 5.741211)
|
|
|
|
[node name="Bear" type="CharacterBody3D" unique_id=1573237287]
|
|
script = ExtResource("1_beargd")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=830443382]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 0)
|
|
shape = SubResource("CapsuleShape3D_body")
|
|
|
|
[node name="HitArea" type="Area3D" parent="." unique_id=365327397]
|
|
monitorable = false
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitArea" unique_id=2111867348]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.35, 0)
|
|
shape = SubResource("CapsuleShape3D_hit")
|
|
|
|
[node name="bear_model" parent="." unique_id=359217823 instance=ExtResource("2_bearglb")]
|
|
|
|
[node name="test_cube" type="Node3D" parent="bear_model" unique_id=646988893]
|
|
script = ExtResource("3_rog1v")
|
|
|
|
[node name="Bear_FX" parent="bear_model/test_cube" unique_id=1183391245 instance=ExtResource("4_rog1v")]
|
|
|
|
[node name="Bear_fx_jump_smash" parent="bear_model/test_cube/Bear_FX" index="0" unique_id=754472676]
|
|
visible = false
|
|
|
|
[node name="Bear_fx_smash_hit" parent="bear_model/test_cube/Bear_FX" index="1" unique_id=1454144134]
|
|
visible = false
|
|
|
|
[node name="RigidBody3D" type="AnimatableBody3D" parent="bear_model/test_cube/Bear_FX/Bear_fx_smash_hit" index="0" unique_id=1764208051]
|
|
transform = Transform3D(1.0000001, -1.21071935e-08, -1.8626451e-08, -9.313226e-10, 0.99999994, 7.450581e-09, 3.7252903e-09, -1.4901161e-08, 0.99999994, 0, 0, 0)
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
|
|
[node name="CollisionShape3D2" type="CollisionShape3D" parent="bear_model/test_cube/Bear_FX/Bear_fx_smash_hit/RigidBody3D" unique_id=1779197150]
|
|
transform = Transform3D(0.99993557, -0.00749125, -0.010078691, 0.0077760145, 0.999569, 0.028562747, 0.009858355, -0.028639637, 0.9995405, -1.5136471, 0.9093375, 35.591957)
|
|
shape = SubResource("BoxShape3D_bfebr")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="bear_model/test_cube/Bear_FX/Bear_fx_smash_hit/RigidBody3D" unique_id=1276552823]
|
|
transform = Transform3D(0.9935104, -0.040698394, -0.10621016, -0.108634494, -0.06290151, -0.9920882, 0.03369555, 0.99719334, -0.06691426, -1.6357545, -0.5093044, 12.68803)
|
|
shape = SubResource("BoxShape3D_rog1v")
|
|
|
|
[node name="Bear_fx_claw_attack_R" parent="bear_model/test_cube/Bear_FX" index="2" unique_id=900948461]
|
|
visible = false
|
|
surface_material_override/0 = ExtResource("5_bfebr")
|
|
|
|
[node name="Bear_fx_claw_attack_L" parent="bear_model/test_cube/Bear_FX" index="3" unique_id=1947239836]
|
|
visible = false
|
|
surface_material_override/0 = ExtResource("5_bfebr")
|
|
|
|
[editable path="bear_model"]
|
|
[editable path="bear_model/test_cube/Bear_FX"]
|