mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 22:44:28 +01:00
parent
a6d7cadab7
commit
941aec5f51
@ -41,7 +41,7 @@ func init() {
|
|||||||
debugPrintTextImage = ebiten.NewImageFromImage(img)
|
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.
|
// 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) {
|
func DebugPrint(image *ebiten.Image, str string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user