|
|
|
@ -6,7 +6,7 @@
|
|
|
|
[ext_resource type="Script" path="res://script/character/move.gd" id="4_66r53"]
|
|
|
|
[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="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/view.gd" id="4_vijjv"]
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://dhfqj1dxldqao" path="res://resource/animation/character/hero01_long_skill01.aseprite" id="5_7jbf8"]
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://ce83cuqwgwwi4" path="res://resource/animation/character/hero01_long_attack.aseprite" id="5_m25rr"]
|
|
|
|
[ext_resource type="Script" path="res://script/character/skill.gd" id="6_h4xqy"]
|
|
|
|
[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"]
|
|
|
|
[ext_resource type="AnimationLibrary" uid="uid://croik07a1qko5" path="res://resource/skill_animation_library/animation_library.tres" id="6_pakq5"]
|
|
|
|
[ext_resource type="Script" path="res://script/character/battle.gd" id="8_w84sf"]
|
|
|
|
[ext_resource type="Script" path="res://script/character/battle.gd" id="8_w84sf"]
|
|
|
|
@ -19,6 +19,8 @@
|
|
|
|
render_priority = 0
|
|
|
|
render_priority = 0
|
|
|
|
shader = ExtResource("3_ed424")
|
|
|
|
shader = ExtResource("3_ed424")
|
|
|
|
shader_parameter/flash_white = null
|
|
|
|
shader_parameter/flash_white = null
|
|
|
|
|
|
|
|
shader_parameter/deformation_dir = Vector2(0, 0)
|
|
|
|
|
|
|
|
shader_parameter/deformation_rate = 0.0
|
|
|
|
shader_parameter/tex = ExtResource("4_fcd8a")
|
|
|
|
shader_parameter/tex = ExtResource("4_fcd8a")
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Character" type="CharacterBody3D"]
|
|
|
|
[node name="Character" type="CharacterBody3D"]
|
|
|
|
@ -43,8 +45,8 @@ gi_mode = 0
|
|
|
|
double_sided = false
|
|
|
|
double_sided = false
|
|
|
|
alpha_cut = 2
|
|
|
|
alpha_cut = 2
|
|
|
|
texture_filter = 0
|
|
|
|
texture_filter = 0
|
|
|
|
sprite_frames = ExtResource("5_7jbf8")
|
|
|
|
sprite_frames = ExtResource("5_m25rr")
|
|
|
|
animation = &"long_flash"
|
|
|
|
animation = &"long_attack01"
|
|
|
|
script = ExtResource("4_vijjv")
|
|
|
|
script = ExtResource("4_vijjv")
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Move" type="Node3D" parent="."]
|
|
|
|
[node name="Move" type="Node3D" parent="."]
|
|
|
|
|