Tisreece / Bible-Bash

Repository for the Bible Bash game
0 stars 0 forks source link

Enemy Healthbars Initial Setup #33

Closed Tisreece closed 1 year ago

Tisreece commented 1 year ago

Even if we plan on not having enemy healthbars, we will need at least for debug some healthbars above the enemy's head.

Tisreece commented 1 year ago

Started with this. Health loss is currently lerping correctly however there will be bugs with this if multiple instances are damage are being done while it is still lerping.

I also need to create a delay between damage being done and the lerping beginning.

Tisreece commented 1 year ago

Seems to be working fine. It now accommodates damage to be taken mid-lerp. There is now a delay before it begins lerping if no damage has been taken during that time