mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +01:00
examples/squiral: Fix title
This commit is contained in:
parent
be449ea430
commit
f34e94ff2c
@ -345,7 +345,7 @@ func draw(screen *ebiten.Image) {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
ebiten.SetMaxTPS(250)
|
ebiten.SetMaxTPS(250)
|
||||||
if err := ebiten.Run(update, width, height, scale, "Squirals"); err != nil {
|
if err := ebiten.Run(update, width, height, scale, "Squirals (Ebiten Demo)"); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user