mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/font: Fix a comment
This commit is contained in:
parent
5a379cb7cb
commit
855bad4cb3
@ -35,11 +35,11 @@ var (
|
||||
textImage *ebiten.Image
|
||||
)
|
||||
|
||||
// text is a head part of a Japanese novel 山月記 (Sangetsuki)
|
||||
// See http://www.aozora.gr.jp/cards/000119/files/624_14544.html.
|
||||
var text = []string{
|
||||
"The quick brown fox jumps over the lazy dog.",
|
||||
"",
|
||||
// A head part of a Japanese novel 山月記 (Sangetsuki)
|
||||
// See http://www.aozora.gr.jp/cards/000119/files/624_14544.html.
|
||||
"隴西の李徴は博学才穎、天宝の末年、",
|
||||
"若くして名を虎榜に連ね、",
|
||||
"ついで江南尉に補せられたが、",
|
||||
|
Loading…
Reference in New Issue
Block a user