Implemented state machine & added NPC ship template

This commit is contained in:
2ndbeam 2024-05-01 17:45:17 +03:00
commit bda9232e72
15 changed files with 284 additions and 22 deletions

View file

@ -43,8 +43,9 @@ animations = [{
}]
[node name="Star" type="AnimatedSprite2D"]
self_modulate = Color(1, 1, 1, 0.501961)
z_index = -19
sprite_frames = SubResource("SpriteFrames_oggfj")
autoplay = "default"
frame = 1
frame_progress = 0.66336
script = ExtResource("9_kew3k")