Day 70

Today I finally fixed my problem for the enemy death. I found out I forgot to add this code inside the enemy animation code...

if hp > 0
{
//code here
}
And it worked! Here is the result:
I tried to record in higher fps with a different GIF recording tool called "Giffing Tool", but you have to pay to remove the watermark so i'll only use it in emergencies if you want to see all the frames without cutting any.

At the end I worked on a new level. I made the room size 2000x2000 and I put grass everywhere, one golbin, and a few chicken herds in random places. I loaded up the level and my mouse cursor wouldn't appear and I placed it in the room.

Tomorrow I will work on fixing the mouse cursor because it's probably an easy fix such as the camera not being centered.

1 comment: