itch.io is community of indie game creators and players

Devlogs

Bug Fix: The sticky X on Dialogue

The Town of Poe - Chapter One
A browser game made in HTML5

I learned a valuable lesson that it is okay to redo a code you though would work and modify it to be better. So redid my dialogue code and changed it from an OnTriggerStay2d in Unity to OnTriggerEnter2d and passed a variable to a string that reads it in Update. This made a whole difference in quick interaction. There was a delay when enter the collider. 

I had someone play tested and it looks fix. I will be adding a few more small side quest updates of sorts

Leave a comment