ebiten/examples/text
Hajime Hoshi 56faf34932 examples/text: adjust the rendering position
text/v2's Draw uses the given position as the upper-left position
of the bounds by default, while text (v1) uses the given position
as the origin position. In order to approximate the same result of
the original text version, adjust the Y values.

Updates #2454
2023-11-13 01:37:36 +09:00
..
main.go examples/text: adjust the rendering position 2023-11-13 01:37:36 +09:00