mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/moire: Enable to see the problem on mobile browsers (#459)
This commit is contained in:
parent
aea2e491c3
commit
4928899566
@ -23,9 +23,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
initScreenWidth = 320
|
||||
initScreenHeight = 240
|
||||
initScreenScale = 2
|
||||
initScreenWidth = 640
|
||||
initScreenHeight = 480
|
||||
initScreenScale = 1
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user