I'm using the Touch.Alpha, Touch.Beta & Touch.Gamma properties. The problem is, they only seem to be a valid value for integers.
Touch.Alpha
Touch.Beta
Touch.Gamma
https://drive.google.com/open?id=1XEArIF97ABCOdSovFpW3s0qTdsaqwnOe
I can prove this with Chrome dev tooling. When the emulated orientation is any fraction, no valid is available. When it is an integer, it's fine.
Is this a bug or is this me not understanding it's use?
Develop games in your browser. Powerful, performant & highly capable.
Wrapping the properties in an str() doesn't do anything, parsing it as an integer does work (but obviously means that only integer values are available).
str()
Even int() doesn't seem to solve all problems.
int()
Sometimes it'll just have a value it can't handle.
Your text objects are too small to display the full value, that's all. Resize them bigger.
Thank you. I thought I was going insane!