114 lines
4.7 KiB
Plaintext
Raw Normal View History

2024-02-13 09:38:26 +00:00
[gd_scene load_steps=17 format=3 uid="uid://2lcnu3dy54lx"]
2024-01-14 11:22:14 +00:00
[ext_resource type="Script" path="res://player/Player.gd" id="1_8gebs"]
2024-02-05 16:38:58 +00:00
[ext_resource type="PackedScene" uid="uid://c8j7t4yg7anb0" path="res://assets/female/Female.blend" id="2_8nah6"]
2024-02-12 23:22:27 +00:00
[ext_resource type="PackedScene" uid="uid://2bbycjulf00g" path="res://player/health/HealthComponent.tscn" id="2_np5ag"]
2024-02-05 09:36:26 +00:00
[ext_resource type="PackedScene" uid="uid://cgqbkj8wbcatv" path="res://assets/hair/PonyTail.blend" id="3_umw6q"]
2024-02-03 23:03:25 +00:00
[ext_resource type="FontFile" uid="uid://b7mov13kwi8u8" path="res://assets/font/ubuntu_nf_regular.ttf" id="4_76ehj"]
2024-02-05 16:38:58 +00:00
[ext_resource type="Skin" uid="uid://bbqyiue1vj37f" path="res://assets/hoodie/Hoodie_Skin.tres" id="4_b1tg1"]
2024-02-11 13:48:08 +00:00
[ext_resource type="ArrayMesh" uid="uid://dbmluwi2atit" path="res://assets/hoodie/Hoodie_Mesh.res" id="5_mkrgn"]
2024-02-12 23:22:27 +00:00
[ext_resource type="PackedScene" uid="uid://6jpnl6c4fdvo" path="res://player/hud/HUDComponent.tscn" id="7_fwgtd"]
[ext_resource type="PackedScene" uid="uid://x102pryt2s5a" path="res://player/movement/MovementComponent.tscn" id="8_25qd0"]
[ext_resource type="PackedScene" uid="uid://d0onbq0ad1ap4" path="res://player/rotation/RotationComponent.tscn" id="9_agxqu"]
[ext_resource type="PackedScene" uid="uid://bivxnxwi863o0" path="res://player/animation/AnimationComponent.tscn" id="10_bcaeg"]
2024-02-07 22:04:19 +00:00
[ext_resource type="AnimationLibrary" uid="uid://d4n0puibh4hyt" path="res://assets/animations/human.blend" id="11_d0e6r"]
2024-02-12 23:22:27 +00:00
[ext_resource type="PackedScene" uid="uid://b8xf4ltqyorjv" path="res://player/skills/SkillsComponent.tscn" id="14_6idcf"]
2024-02-13 09:38:26 +00:00
[ext_resource type="Script" path="res://player/skills/MeleeArea.gd" id="14_g0mpw"]
2024-01-14 11:22:14 +00:00
2024-01-18 22:35:17 +00:00
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2f50n"]
2024-02-12 15:58:17 +00:00
radius = 0.3
2024-01-18 22:35:17 +00:00
height = 1.6
2024-01-16 22:01:16 +00:00
2024-02-13 09:38:26 +00:00
[sub_resource type="CylinderShape3D" id="CylinderShape3D_4r7eu"]
radius = 2.0
2024-02-07 22:04:19 +00:00
[node name="Player" type="CharacterBody3D" groups=["player"]]
2024-02-12 15:58:17 +00:00
collision_layer = 512
collision_mask = 769
2024-01-14 11:22:14 +00:00
script = ExtResource("1_8gebs")
2024-01-18 22:35:17 +00:00
[node name="Model" type="Node3D" parent="."]
2024-02-02 19:12:14 +00:00
[node name="Female" parent="Model" instance=ExtResource("2_8nah6")]
2024-01-18 22:35:17 +00:00
2024-02-05 16:38:58 +00:00
[node name="Armature" parent="Model/Female" index="0"]
2024-02-11 13:48:08 +00:00
transform = Transform3D(0.999999, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.000305099, -0.000408816)
2024-02-05 09:36:26 +00:00
2024-02-11 13:48:08 +00:00
[node name="Chest" parent="Model/Female/Armature/GeneralSkeleton" index="1"]
visible = false
[node name="BoneAttachment3D" type="BoneAttachment3D" parent="Model/Female/Armature/GeneralSkeleton" index="2"]
2024-02-12 08:53:15 +00:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.57651e-10, 1.37156, -0.0247111)
2024-02-05 09:36:26 +00:00
bone_name = "Head"
bone_idx = 12
2024-02-05 16:38:58 +00:00
[node name="PonyTail" parent="Model/Female/Armature/GeneralSkeleton/BoneAttachment3D" instance=ExtResource("3_umw6q")]
2024-02-05 09:36:26 +00:00
2024-02-11 13:48:08 +00:00
[node name="Hips" parent="Model/Female/Armature/GeneralSkeleton" index="4"]
visible = false
[node name="Hoodie" type="MeshInstance3D" parent="Model/Female/Armature/GeneralSkeleton" index="5"]
2024-02-12 11:34:41 +00:00
layers = 512
2024-02-11 13:48:08 +00:00
mesh = ExtResource("5_mkrgn")
skin = ExtResource("4_b1tg1")
2024-01-20 21:18:58 +00:00
[node name="Collision" type="CollisionShape3D" parent="."]
2024-01-18 22:35:17 +00:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
shape = SubResource("CapsuleShape3D_2f50n")
2024-02-06 12:58:30 +00:00
[node name="Label" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
2024-02-12 23:22:27 +00:00
visible = false
2024-02-11 13:48:08 +00:00
pixel_size = 0.0005
2024-02-06 12:58:30 +00:00
billboard = 1
double_sided = false
2024-02-11 13:48:08 +00:00
alpha_antialiasing_mode = 1
outline_modulate = Color(0.0627451, 0.0627451, 0.0627451, 0.498039)
2024-02-06 12:58:30 +00:00
text = "Player"
font = ExtResource("4_76ehj")
2024-02-11 13:48:08 +00:00
font_size = 256
2024-02-06 12:58:30 +00:00
outline_size = 32
2024-02-12 23:22:27 +00:00
[node name="HUD" parent="." node_paths=PackedStringArray("health") instance=ExtResource("7_fwgtd")]
health = NodePath("../Health")
2024-02-12 08:53:15 +00:00
[node name="Attractor" type="GPUParticlesAttractorSphere3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
strength = 15.0
radius = 2.0
2024-02-07 22:04:19 +00:00
[node name="Health" parent="." instance=ExtResource("2_np5ag")]
2024-02-12 23:22:27 +00:00
max_value = 100.0
2024-02-07 22:04:19 +00:00
[node name="Movement" parent="." instance=ExtResource("8_25qd0")]
[node name="Rotation" parent="." node_paths=PackedStringArray("root") instance=ExtResource("9_agxqu")]
2024-02-13 09:38:26 +00:00
root = NodePath("..")
2024-02-07 22:04:19 +00:00
[node name="Animation" parent="." instance=ExtResource("10_bcaeg")]
[node name="AnimationPlayer" parent="Animation" index="0"]
root_node = NodePath("../../Model/Female")
libraries = {
"human": ExtResource("11_d0e6r")
}
2024-02-12 23:22:27 +00:00
[node name="Skills" parent="." instance=ExtResource("14_6idcf")]
2024-02-13 09:38:26 +00:00
[node name="MeleeArea" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 2.32)
collision_layer = 0
collision_mask = 256
monitoring = false
monitorable = false
script = ExtResource("14_g0mpw")
[node name="CylinderShape" type="CollisionShape3D" parent="MeleeArea"]
shape = SubResource("CylinderShape3D_4r7eu")
[connection signal="body_entered" from="MeleeArea" to="MeleeArea" method="on_body_entered"]
2024-02-05 09:36:26 +00:00
[editable path="Model/Female"]
2024-02-07 22:04:19 +00:00
[editable path="Animation"]