mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 10:48:53 +01:00
examples/platform: Remove settings
Add them again when necessary.
This commit is contained in:
parent
73a0a6a92b
commit
c761dc7e8b
@ -27,8 +27,6 @@ const (
|
||||
// Settings
|
||||
width = 1024
|
||||
height = 512
|
||||
fullscreen = false
|
||||
runinbackground = true
|
||||
)
|
||||
|
||||
var (
|
||||
@ -100,9 +98,6 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
ebiten.SetRunnableInBackground(runinbackground)
|
||||
ebiten.SetFullscreen(fullscreen)
|
||||
|
||||
// Starts the program
|
||||
if err := ebiten.Run(update, width, height, 1, "Platformer (Ebiten Demo)"); err != nil {
|
||||
panic(err)
|
||||
|
Loading…
Reference in New Issue
Block a user