|
|
|
|
@ -1,9 +1,11 @@
|
|
|
|
|
[gd_scene load_steps=11 format=3 uid="uid://ksxwg0alt2us"]
|
|
|
|
|
[gd_scene load_steps=14 format=3 uid="uid://ksxwg0alt2us"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/character.gd" id="1_tonbs"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/status.gd" id="2_txdip"]
|
|
|
|
|
[ext_resource type="Shader" path="res://shader/character.gdshader" id="3_j0vnf"]
|
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://ce83cuqwgwwi4" path="res://resource/animation/character/hero01_long_attack.aseprite" id="3_q8i10"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/move.gd" id="4_66r53"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://daqn6aqfp1hva" path="res://resource/animation/character/hero01_long_attack.png" id="4_fcd8a"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/view.gd" id="4_vijjv"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/skill.gd" id="6_h4xqy"]
|
|
|
|
|
[ext_resource type="AnimationLibrary" uid="uid://croik07a1qko5" path="res://resource/skill_animation_library/animation_library.tres" id="6_pakq5"]
|
|
|
|
|
@ -12,6 +14,11 @@
|
|
|
|
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ty8lx"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_3u7mw"]
|
|
|
|
|
render_priority = 0
|
|
|
|
|
shader = ExtResource("3_j0vnf")
|
|
|
|
|
shader_parameter/tex = ExtResource("4_fcd8a")
|
|
|
|
|
|
|
|
|
|
[node name="Character" type="CharacterBody3D"]
|
|
|
|
|
script = ExtResource("1_tonbs")
|
|
|
|
|
|
|
|
|
|
@ -23,15 +30,21 @@ shape = SubResource("BoxShape3D_ty8lx")
|
|
|
|
|
[node name="Status" type="Node3D" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("2_txdip")
|
|
|
|
|
speed_up_rate = -0.5
|
|
|
|
|
speed_up_rate = -1.0
|
|
|
|
|
break_level = 4
|
|
|
|
|
|
|
|
|
|
[node name="View" type="AnimatedSprite3D" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1.414, 0, 0, 0, 1, 0, 0.376646, 0)
|
|
|
|
|
material_override = SubResource("ShaderMaterial_3u7mw")
|
|
|
|
|
lod_bias = 0.001
|
|
|
|
|
gi_mode = 0
|
|
|
|
|
double_sided = false
|
|
|
|
|
alpha_cut = 2
|
|
|
|
|
texture_filter = 0
|
|
|
|
|
sprite_frames = ExtResource("3_q8i10")
|
|
|
|
|
animation = &"long_air_attack03"
|
|
|
|
|
animation = &"long_air_attack01"
|
|
|
|
|
frame = 8
|
|
|
|
|
script = ExtResource("4_vijjv")
|
|
|
|
|
|
|
|
|
|
[node name="Move" type="Node3D" parent="."]
|
|
|
|
|
|