ebitenutil: update documentation for DebugPrint

Closes #2977
This commit is contained in:
Hajime Hoshi 2024-06-19 03:09:59 +09:00
parent a6d7cadab7
commit 941aec5f51

View File

@ -41,7 +41,7 @@ func init() {
debugPrintTextImage = ebiten.NewImageFromImage(img)
}
// DebugPrint draws the string str on the image on left top corner.
// DebugPrint draws the string str on the image at (0, 0) position (the upper-left corner in most cases).
//
// The available runes are in U+0000 to U+00FF, which is C0 Controls and Basic Latin and C1 Controls and Latin-1 Supplement.
func DebugPrint(image *ebiten.Image, str string) {