mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +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() {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user