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.
|
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://c43cuvaiu2jha"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://8rcvw1vnjcf7" path="res://scene/character/character.tscn" id="1_f620f"]
|
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="2_sjv5x"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/character/ai/bullet_ai.gd" id="3_c6unk"]
|
|
|
|
|
|
|
|
|
|
[node name="Character" instance=ExtResource("1_f620f")]
|
|
|
|
|
|
|
|
|
|
[node name="View" parent="." index="3"]
|
|
|
|
|
cast_shadow = 0
|
|
|
|
|
sprite_frames = ExtResource("2_sjv5x")
|
|
|
|
|
animation = &"fist_attack01"
|
|
|
|
|
frame = 0
|
|
|
|
|
|
|
|
|
|
[node name="BulletAI" type="Node3D" parent="." index="10"]
|
|
|
|
|
script = ExtResource("3_c6unk")
|