examples/platformer: Adjust screen size

This commit is contained in:
Hajime Hoshi 2020-03-19 01:26:34 +09:00
parent c36d4678a3
commit c6559f4f8e

View File

@ -29,8 +29,8 @@ import (
const (
// Settings
screenWidth = 1024
screenHeight = 512
screenWidth = 960
screenHeight = 540
)
var (