mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +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 (
|
const (
|
||||||
initScreenWidth = 320
|
initScreenWidth = 640
|
||||||
initScreenHeight = 240
|
initScreenHeight = 480
|
||||||
initScreenScale = 2
|
initScreenScale = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user