Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

TypingTower

Work-in-progress mobile game I'm developing for my University course. · By OnlyOneUnlucky

Bug Thread

A topic by OnlyOneUnlucky created Dec 03, 2024 Views: 35 Replies: 4
Viewing posts 1 to 3
Developer (1 edit)

If you find any bugs, feel free to post them in this thread and I will try to fix them ASAP.

(+1)

I love the latest updates. However, if you accidentally press Enter/Return whilst typing, you cannot type any more until you press Enter again. 
Also, can we get a version number displayed in the game (either on the main menu or the settings screen) so we can refer to it when submitting bugs?

Developer (1 edit) (+1)

Thank you for the feedback!

The version number will be included in the next release (introducing a main menu where it will be displayed). As for the enter/return bug, I'll take a look to how I can fix it - I may need to replace the TMP Input Field with my own if there is no reasonable way to do so.

EDIT: Has been fixed now, and a new version is available with the version number. We are starting at...... 0.0.0.9 as I was sort of recording the versions via builds locally.

(+1)

If you score 0, the calculated score percentage is NAN%

Developer (1 edit) (+1)

This is due to not having a "default" value for when you get no score - same for the question marks. I will update this functionality with the Main Menu update, well spotted!

Edit: Has been fixed as of 0.0.0.9 now! Now instead of trying to divide by 0, it instead returns a default value (0%), and returns 0 instead of question marks for the rest.