diff --git a/examples/platformer/main.go b/examples/platformer/main.go index 47716674b..fa8e05223 100644 --- a/examples/platformer/main.go +++ b/examples/platformer/main.go @@ -29,8 +29,8 @@ import ( const ( // Settings - screenWidth = 1024 - screenHeight = 512 + screenWidth = 960 + screenHeight = 540 ) var (