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.
30 lines
1.6 KiB
Plaintext
30 lines
1.6 KiB
Plaintext
|
2 years ago
|
[gd_scene load_steps=8 format=3 uid="uid://c43cuvaiu2jha"]
|
||
|
|
|
||
|
|
[ext_resource type="PackedScene" uid="uid://ksxwg0alt2us" path="res://scene/character/character.tscn" id="1_f620f"]
|
||
|
|
[ext_resource type="SpriteFrames" uid="uid://ce83cuqwgwwi4" path="res://resource/animation/character/hero01_long_attack.aseprite" id="2_irmil"]
|
||
|
|
[ext_resource type="Script" path="res://script/character/ai/bullet_ai.gd" id="3_c6unk"]
|
||
|
|
[ext_resource type="Script" path="res://addons/beehave/nodes/beehave_tree.gd" id="4_xod2c"]
|
||
|
|
[ext_resource type="Script" path="res://addons/beehave/nodes/composites/sequence.gd" id="5_mfd1o"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://1t2pkg7j2dkg" path="res://scene/ai/action/find_target.tscn" id="6_3qvhw"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://06ww04hf5wl0" path="res://scene/ai/action/move_to_target.tscn" id="7_yf62l"]
|
||
|
|
|
||
|
|
[node name="Character" instance=ExtResource("1_f620f")]
|
||
|
|
|
||
|
|
[node name="View" parent="." index="2"]
|
||
|
|
sprite_frames = ExtResource("2_irmil")
|
||
|
|
animation = &"long_air_attack01"
|
||
|
|
|
||
|
|
[node name="BulletAI" type="Node3D" parent="." index="8"]
|
||
|
|
script = ExtResource("3_c6unk")
|
||
|
|
|
||
|
|
[node name="BeehaveTree" type="Node" parent="BulletAI" index="0" node_paths=PackedStringArray("blackboard")]
|
||
|
|
script = ExtResource("4_xod2c")
|
||
|
|
blackboard = NodePath("@Node@39469")
|
||
|
|
|
||
|
|
[node name="SequenceComposite" type="Node" parent="BulletAI/BeehaveTree" index="0"]
|
||
|
|
script = ExtResource("5_mfd1o")
|
||
|
|
|
||
|
|
[node name="FindTarget" parent="BulletAI/BeehaveTree/SequenceComposite" index="0" instance=ExtResource("6_3qvhw")]
|
||
|
|
|
||
|
|
[node name="MoveToTarget" parent="BulletAI/BeehaveTree/SequenceComposite" index="1" instance=ExtResource("7_yf62l")]
|