mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
examples/fontfeature: improve a text
This commit is contained in:
parent
daa14ac686
commit
b1bd03329e
@ -109,7 +109,7 @@ func (g *Game) Draw(screen *ebiten.Image) {
|
|||||||
}, op)
|
}, op)
|
||||||
|
|
||||||
// Draw the sample text.
|
// Draw the sample text.
|
||||||
const sampleText = `0 (number) / O (alphabet)
|
const sampleText = `0 (Number) / O (Alphabet)
|
||||||
ffi
|
ffi
|
||||||
3.14
|
3.14
|
||||||
2.71`
|
2.71`
|
||||||
|
Loading…
Reference in New Issue
Block a user