You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that words are rendered as centered text makes it a bit hard to display text on the left or right side of the screen: the user has to somewhat arbitrarily add numbers to computer.screen.left until the text is all visible on the screen.
The text was updated successfully, but these errors were encountered:
There was a beginner on the Elm Slack playing with a Playground example. They wanted to add some debugging info (x, y position) to their game (a circle moving using keyboard arrows, IIRC), so we suggested words. When using the words, it's centered by default (IIRC), so they wanted to move the text somewhere it wouldn't be in the way. The corners were a first thing they tried, and then they encountered this.
The fact that
words
are rendered as centered text makes it a bit hard to display text on the left or right side of the screen: the user has to somewhat arbitrarily add numbers tocomputer.screen.left
until the text is all visible on the screen.The text was updated successfully, but these errors were encountered: