61 lines
2.3 KiB
Text
61 lines
2.3 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://dp1q51kvd8uow"]
|
|
|
|
[ext_resource type="Script" path="res://characters/teddy/Teddy.gd" id="1_ywxo5"]
|
|
[ext_resource type="Script" path="res://scripts/nameLabel.gd" id="3_1v4js"]
|
|
[ext_resource type="PackedScene" uid="uid://b3l10agcjfgdx" path="res://characters/teddy/model_glb/teddy.glb" id="4_h6g7o"]
|
|
[ext_resource type="ArrayMesh" uid="uid://b26a54y2fd5n8" path="res://characters/teddy/cotton/cotton.obj" id="4_qbair"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_rpt2n"]
|
|
size = Vector3(1, 1.99126, 1)
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_qq44a"]
|
|
|
|
[node name="Teddy" type="CharacterBody3D" groups=["human"]]
|
|
safe_margin = 0.01
|
|
script = ExtResource("1_ywxo5")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_rpt2n")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
|
|
visible = false
|
|
mesh = SubResource("CapsuleMesh_qq44a")
|
|
skeleton = NodePath("../..")
|
|
|
|
[node name="Neck" type="Node3D" parent="CollisionShape3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.859224, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CollisionShape3D/Neck"]
|
|
|
|
[node name="BulletGenerator" type="Marker3D" parent="CollisionShape3D/Neck/Camera3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.104801, -0.858231)
|
|
|
|
[node name="Teddy" parent="CollisionShape3D/Neck" instance=ExtResource("4_h6g7o")]
|
|
transform = Transform3D(-0.32125, 1.12048e-16, -2.80845e-08, 1.12048e-16, 0.32125, -1.12048e-16, 2.80845e-08, -1.12048e-16, -0.32125, 2.08165e-12, -1.85907, 2.08165e-12)
|
|
|
|
[node name="sound" type="AudioStreamPlayer3D" parent="."]
|
|
|
|
[node name="nameLabel" type="Label3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.60152, 0)
|
|
text = "Un-named Player"
|
|
script = ExtResource("3_1v4js")
|
|
|
|
[node name="CPUParticles3D" type="CPUParticles3D" parent="."]
|
|
emitting = false
|
|
amount = 3
|
|
mesh = ExtResource("4_qbair")
|
|
emission_shape = 1
|
|
emission_sphere_radius = 1.0
|
|
particle_flag_rotate_y = true
|
|
spread = 4.55
|
|
gravity = Vector3(2.08165e-12, -6, 2.08165e-12)
|
|
initial_velocity_max = 4.76
|
|
angular_velocity_max = 54.86
|
|
linear_accel_max = 2.02
|
|
radial_accel_max = 4.04
|
|
tangential_accel_max = 3.06
|
|
damping_max = 3.27
|
|
angle_min = 7.3
|
|
angle_max = 29.1
|
|
scale_amount_min = 0.05
|
|
scale_amount_max = 0.1
|