mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/text: add leading space characters
This commit is contained in:
parent
f756be3d22
commit
d58ef294b2
@ -38,7 +38,7 @@ const (
|
||||
screenHeight = 480
|
||||
)
|
||||
|
||||
const sampleText = `The quick brown fox jumps
|
||||
const sampleText = ` The quick brown fox jumps
|
||||
over the lazy dog.`
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user