|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
[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="SpriteFrames" uid="uid://7swf8owxd63i" path="res://resource/animation/character/hero01_long_attack.aseprite" id="3_d0x76"]
|
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://7swf8owxd63i" path="res://resource/animation/character/hero01_long_attack.aseprite" id="3_ibonj"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/move.gd" id="4_66r53"]
|
|
|
|
|
[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"]
|
|
|
|
|
@ -21,15 +21,14 @@ shape = SubResource("BoxShape3D_ty8lx")
|
|
|
|
|
[node name="Status" type="Node3D" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("2_txdip")
|
|
|
|
|
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, 0)
|
|
|
|
|
alpha_cut = 2
|
|
|
|
|
texture_filter = 0
|
|
|
|
|
sprite_frames = ExtResource("3_d0x76")
|
|
|
|
|
animation = &"long_attack01"
|
|
|
|
|
sprite_frames = ExtResource("3_ibonj")
|
|
|
|
|
animation = &"long_attack04"
|
|
|
|
|
script = ExtResource("4_vijjv")
|
|
|
|
|
metadata/_aseprite_wizard_config_ = {
|
|
|
|
|
"layer": "",
|
|
|
|
|
|