Devlog #11 - v0.6 - Archer Enemy
Archer
The archer is finally integrated with all animations. It's nice having it match the level and the samurai. Once you add the animations you start rethinking the logical states that you have. Since the player can now see the enemy pulling the bow I'll have to tweak my state machine for the archer.
Audio
Other than that most changes were to internal systems. The biggest one is audio. I have this AudioData class that has an array of AudioClips. This way I can play PlayerAttack and it will cycle through the clips. I have this generic Scriptable Object database loader. So I included the AudioData in this system as well. Of course, it led to some issues but in the end, it's nice to have it all in the same place.
Cleanup
I also deleted a bunch of classes that were kind of redundant. For example, I had different classes for attributes. One class for attributes that could be "recovered" like HP and Stamina. Another class for attributes like Vitality and Endurance can be upgraded. I already had a base class for these two so I ended up getting rid of both. The proof that they weren't necessary showed by how easy it was to remove them.
Finally, I fixed some UI issues on the HUD when collecting many tamashis. The level was also reworked from the middle section to the end. It's a bit more challenging now to get to the end so I hope it only gets better moving forward.
Files
Get Yurei
Yurei
Yurei is a top-down, arena-style slasher game. Slash, dodge, and eliminate those that stand on your path for revenge.
Status | In development |
Author | Bright Flask |
Genre | Action |
Tags | Arcade, Difficult, Fast-Paced, Hack and Slash, Swords, Top-Down |
Languages | English, Japanese, Portuguese (Brazil) |
More posts
- Upgrades UI and new VFXs! (Devlog #47)13 days ago
- Final Visual Style and Portuguese Translation! (Devlog #46)36 days ago
- Steam Achievements Are In! (Devlog #45)70 days ago
- Ending Cutscene and Decorating Levels! (Devlog#44)98 days ago
- Golden Path Playable and Multiple Save Files (Devlog#43)Jul 07, 2024
- It's Never Too Late to Change Major Systems! (Except Sometimes) Devlog#42Jun 16, 2024
- Yurei DEMO Out!Jun 01, 2024
- Insanely Small But Awesome New Visuals + Playtesting in the House (Devlog #41)May 05, 2024
- Stage Designer Tool and Castle Stages Improved (Devlog #40)Apr 07, 2024
- Overhauled Forest Area and Refining Boss Behavior (Devlog #39)Mar 03, 2024
Leave a comment
Log in with itch.io to leave a comment.