Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

i have noticed that if you have too many skills, kinks and monster stuff the game expands to thee point where you can't start/pause the loop or see your flux amount
Edit: it gives this error message in the console:
SCRIPT ERROR: Invalid call. Nonexistent function 'Lerp' in base 'Nil'.

          at: ActionBar._process (res://GameScreen/Components/ActionsList/ActionBar/ActionBar.gd:163)

          GDScript backtrace (most recent call first):

              [0] _process (res://GameScreen/Components/ActionsList/ActionBar/ActionBar.gd:163)

(+2)

Thanks for the console error, helps a lot to point out where issues are coming from. Not sure how it got in that state but it gives us a starting point.

And yeah we completely missed some of the scroll bars, they'll be added next update.