mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
7cee60f00f
commit
98b8fbe2df
@ -395,7 +395,7 @@ type Glyph struct {
|
||||
|
||||
// Image is an image for this glyph.
|
||||
// Image is a grayscale image i.e. RGBA values are the same.
|
||||
// Image should be used as a render source not be modified.
|
||||
// Image should be used as a render source and should not be modified.
|
||||
Image *ebiten.Image
|
||||
|
||||
// X is the X position to render this glyph.
|
||||
|
Loading…
Reference in New Issue
Block a user