Forager
When you reach max level, it should remove the bar altogether.
Maybe just add an icon somewhere that says [65] or [MAX] to indicate max level.

The exp bar is especially annoying when doing anything related to the top half of the map.
< >
Showing 1-1 of 1 comments
SirGouki Oct 22, 2019 @ 12:50pm 
I suspect he doesn't do this because the XP Bar draws your level. But, this would be easy to implement. Just code thats similar to:

if(level >= 65)
{
//draw level text
}
else
{
//draw exp bar
}

Maybe when modding is implemented someone can mod it?
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Oct 22, 2019 @ 5:15am
Posts: 1