Loading...
31
3 years ago

Finished the 4th video of Shaun Spalding's turn based battles tutorial

Damage numbers now appear, and death animations are implemented




1 comment

Loading...

Next up

For day 1152 of coding; I fixed the issue with getting hurt during the invulnerability period, but now there are other collision issues that need addressing

For day 1148 of coding, I've added a flashing red color blend during the invulnerability period. I am currently working on how to apply it as a shader instead

For day 1151 of coding, I made a moving "enemy" to test enemy collision while it's moving. The results are interesting, and will need to be looked into why

For day 1150 of coding, I tried adding yellow through the draw_sprite's image blending to see how it looks

For day 1149 of coding, I've managed to replace the image blend with the appropriate shader

For day 1154 of coding, I have fixed the weird knockback direction. I just had to make sure the origin point is on the right position on the sprite

Sorry for late posting, site wouldn't load in time

For day 1155 of coding; in working on possibly having an enemy push the player, I have found another case that can cause an infinite loop

For day 1153 of coding, I think I fixed an issue where an infinite loop is caused by the moving object. Now it seems that the player is being knocked back in a weird direction

For day 1157 of coding, I've made progress in having the moving object push the player. I just now need to not have it pull the player

For day 1156 of coding; I tried using the object's speed to push the player. I will try a different approach, because this attempt failed