Categories
Devlog Tactics Demon

Tactics Demon Daily Devlog for July 24th

Added the placeholder sprites for the Covet and Monk characters to have their own digging, attacking, hurt and dead states. So now they kneel when they are down to 1HP and lay down at 0HP.

When they’re digging the frame only shows at the same time as the terrain beneath them is removed, so you can’t really see it happening. I’ll be changing it to show the dig animation then remove the tile, eventually.

Categories
Devlog Tactics Demon

Tactics Demon Daily Devlog for July 23rd

Added separate frames for different states, for digging, attacking, being hurt and being dead. So far, only made those sprites for the Soldier – in the process of which the frame size changed from 16×16 to 24×24, which is why the other two look giant-sized, they are being stretched. Will update those tomorrow.

Up until now, digging and attacking and dying have been possible, but there wasn’t much visual indication that it was happening, so this is helpful for testing.

Categories
Devlog Tactics Demon

Tactics Demon Daily Devlog for July 22nd

Today I added placeholder sprites for the other two starting classes (from left to right, Covet, Soldier, Monk). Added HP as a stat and put the basics in place to make the basic Stab attack work, though without any animations to show it other than the target disappearing when their health is reduced to zero.

Also did some refactoring to move level and unit data into a separate file, a first step towards having separate levels and saving/loading them. As basic functionality is getting fleshed out I wanted to separate my test environment from the first playable level.

Still need to figure out why the sprites aren’t rendering pixel-perfect.