mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
9ddcf58728
commit
7cee60f00f
@ -395,6 +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 *ebiten.Image
|
||||
|
||||
// X is the X position to render this glyph.
|
||||
|
Loading…
Reference in New Issue
Block a user