mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 10:42:42 +01:00
doc: Bug fix: Add arcadefont.png for v1.3
This commit is contained in:
parent
c23224c56b
commit
74c5d9637e
@ -337,9 +337,10 @@ func outputExample(e *example) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if err := clear(); err != nil {
|
// Do not call temporarily.
|
||||||
|
/*if err := clear(); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}*/
|
||||||
if err := outputMain(); err != nil {
|
if err := outputMain(); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
BIN
docs/examples/_resources/images/arcadefont.png
Normal file
BIN
docs/examples/_resources/images/arcadefont.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1008 B |
Loading…
Reference in New Issue
Block a user