mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 10:42:42 +01:00
examples/platformer: Adjust screen size
This commit is contained in:
parent
c36d4678a3
commit
c6559f4f8e
@ -29,8 +29,8 @@ import (
|
||||
|
||||
const (
|
||||
// Settings
|
||||
screenWidth = 1024
|
||||
screenHeight = 512
|
||||
screenWidth = 960
|
||||
screenHeight = 540
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user