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