[gd_scene load_steps=20 format=3 uid="uid://cfecvvav8kkp6"] [ext_resource type="Script" path="res://src/player/Player.cs" id="1_xcol5"] [ext_resource type="Texture2D" uid="uid://bokx3h8kfdo5i" path="res://src/player/slash_0000_Classic_30.png" id="2_la11l"] [ext_resource type="Script" path="res://src/hitbox/Hitbox.cs" id="2_lb3qc"] [ext_resource type="Resource" uid="uid://cofd1ylluj24" path="res://src/player/PlayerStats.tres" id="2_nuh2a"] [ext_resource type="Texture2D" uid="uid://byosr5gk51237" path="res://src/player/slash_0001_Classic_29.png" id="3_ux3f1"] [ext_resource type="Texture2D" uid="uid://nh071o6ii03j" path="res://src/player/slash_0002_Classic_28.png" id="4_gqnq0"] [ext_resource type="Texture2D" uid="uid://bodfblud4kea3" path="res://src/player/slash_0003_Classic_27.png" id="5_eebal"] [ext_resource type="Texture2D" uid="uid://de55prolicl0u" path="res://src/player/slash_0004_Classic_26.png" id="6_ngag5"] [ext_resource type="Texture2D" uid="uid://bp0msic3uk3kc" path="res://src/player/slash_0005_Layer-1.png" id="7_tp5uu"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_dw45s"] [sub_resource type="CapsuleMesh" id="CapsuleMesh_dmans"] [sub_resource type="Animation" id="Animation_hcjph"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("SwordSlashAnimation:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, "values": [0] } tracks/1/type = "value" tracks/1/imported = false tracks/1/enabled = true tracks/1/path = NodePath("Hitbox/HitboxCollision:disabled") tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, "values": [true] } [sub_resource type="Animation" id="Animation_0jjwv"] resource_name = "attack" length = 0.7 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("SwordSlashAnimation:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.0667, 0.1667, 0.2667, 0.366667, 0.433333, 0.5, 0.6333), "transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1), "update": 1, "values": [0, 1, 2, 3, 4, 5, 6, 7] } tracks/1/type = "value" tracks/1/imported = false tracks/1/enabled = true tracks/1/path = NodePath("Hitbox/HitboxCollision:disabled") tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/keys = { "times": PackedFloat32Array(0, 0.1667, 0.3333), "transitions": PackedFloat32Array(1, 1, 1), "update": 1, "values": [true, false, true] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_w8l8m"] _data = { "RESET": SubResource("Animation_hcjph"), "attack": SubResource("Animation_0jjwv") } [sub_resource type="BoxShape3D" id="BoxShape3D_wedu3"] [sub_resource type="SpriteFrames" id="SpriteFrames_ywvvo"] animations = [{ "frames": [{ "duration": 1.0, "texture": null }, { "duration": 1.0, "texture": ExtResource("2_la11l") }, { "duration": 1.0, "texture": ExtResource("3_ux3f1") }, { "duration": 1.0, "texture": ExtResource("4_gqnq0") }, { "duration": 1.0, "texture": ExtResource("5_eebal") }, { "duration": 1.0, "texture": ExtResource("6_ngag5") }, { "duration": 1.0, "texture": ExtResource("7_tp5uu") }, { "duration": 1.0, "texture": null }], "loop": false, "name": &"attack", "speed": 12.0 }] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kxbln"] bg_color = Color(0, 0.411765, 0, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_onron"] bg_color = Color(0, 0.411765, 0, 1) [sub_resource type="BoxShape3D" id="BoxShape3D_hs4wf"] size = Vector3(1.94531, 2.43945, 1.08447) [node name="Player" type="CharacterBody3D"] collision_layer = 38 collision_mask = 7 axis_lock_linear_y = true axis_lock_angular_x = true axis_lock_angular_z = true motion_mode = 1 script = ExtResource("1_xcol5") RotationSpeed = 0.025 MoveSpeed = 3.0 Acceleration = 0.01 PlayerStatInfo = ExtResource("2_nuh2a") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.937567, 0) shape = SubResource("CapsuleShape3D_dw45s") [node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"] visible = false mesh = SubResource("CapsuleMesh_dmans") [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.36136, 0.0347929) cull_mask = 1048573 [node name="OmniLight3D" type="OmniLight3D" parent="."] omni_range = 73.156 [node name="AnimationPlayer" type="AnimationPlayer" parent="."] unique_name_in_owner = true libraries = { "": SubResource("AnimationLibrary_w8l8m") } [node name="Hitbox" type="Area3D" parent="."] unique_name_in_owner = true transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, -1) collision_layer = 16 collision_mask = 16 script = ExtResource("2_lb3qc") [node name="HitboxCollision" type="CollisionShape3D" parent="Hitbox"] shape = SubResource("BoxShape3D_wedu3") disabled = true [node name="SwordSlashAnimation" type="AnimatedSprite2D" parent="."] unique_name_in_owner = true scale = Vector2(9.03192, 6.39623) sprite_frames = SubResource("SpriteFrames_ywvvo") animation = &"attack" [node name="HealthTimer" type="Timer" parent="."] unique_name_in_owner = true process_mode = 1 wait_time = 3.0 autostart = true [node name="MarginContainer" type="MarginContainer" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/margin_left = 20 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] custom_minimum_size = Vector2(400, 0) layout_mode = 2 size_flags_horizontal = 0 size_flags_vertical = 0 [node name="HPNumber" type="Label" parent="MarginContainer/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 text = "HP: inf/inf" [node name="HPBar" type="ProgressBar" parent="MarginContainer/VBoxContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(0, 25) layout_mode = 2 theme_override_styles/background = SubResource("StyleBoxFlat_kxbln") show_percentage = false [node name="VTNumber" type="Label" parent="MarginContainer/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 text = "VT: inf/inf" [node name="VTBar" type="ProgressBar" parent="MarginContainer/VBoxContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(0, 25) layout_mode = 2 theme_override_styles/background = SubResource("StyleBoxFlat_onron") show_percentage = false [node name="CollisionDetector" type="Area3D" parent="."] unique_name_in_owner = true collision_layer = 64 collision_mask = 64 [node name="CollisionShape3D" type="CollisionShape3D" parent="CollisionDetector"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0479561, 0.982638, -0.04021) shape = SubResource("BoxShape3D_hs4wf")