You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://c37rf5ecfrvwn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://8rcvw1vnjcf7" path="res://scene/character/character.tscn" id="1_eshlr"]
|
|
[ext_resource type="Script" uid="uid://b8ftlmb0b68p2" path="res://script/character/ai/monster_ai.gd" id="2_q6iuw"]
|
|
[ext_resource type="SpriteFrames" uid="uid://jpxh0jr8wp8g" path="res://resource/animation/character/hero01_basic.aseprite" id="2_um5kt"]
|
|
[ext_resource type="AnimationLibrary" uid="uid://croik07a1qko5" path="res://resource/skill_animation_library/animation_library.tres" id="3_b3rg1"]
|
|
|
|
[sub_resource type="BlackboardPlan" id="BlackboardPlan_q6iuw"]
|
|
|
|
[node name="Character" instance=ExtResource("1_eshlr")]
|
|
|
|
[node name="Status" parent="." index="2"]
|
|
is_speed_y_freeze = true
|
|
skill_move_speed = 7.0
|
|
break_level = 3
|
|
|
|
[node name="View" parent="." index="3"]
|
|
sprite_frames = ExtResource("2_um5kt")
|
|
animation = &"basic_air_flash"
|
|
|
|
[node name="Skill" parent="." index="5"]
|
|
libraries = {
|
|
&"animation_library": ExtResource("3_b3rg1")
|
|
}
|
|
|
|
[node name="MonsterAI" type="Node3D" parent="." index="11"]
|
|
script = ExtResource("2_q6iuw")
|
|
metadata/_custom_type_script = "uid://b8ftlmb0b68p2"
|
|
|
|
[node name="BTPlayer" type="BTPlayer" parent="." index="12"]
|
|
update_mode = 2
|
|
blackboard_plan = SubResource("BlackboardPlan_q6iuw")
|
|
unique_name_in_owner = true
|