commit
4167ad06f3
@ -64,7 +64,7 @@ let sprites = [
|
|||||||
function start_game() {
|
function start_game() {
|
||||||
app = new PIXI.Application({
|
app = new PIXI.Application({
|
||||||
autoResize: true,
|
autoResize: true,
|
||||||
resolution: devicePixelRatio,
|
resolution: 1,
|
||||||
backgroundAlpha: 0,
|
backgroundAlpha: 0,
|
||||||
width: max_size / game_board_size,
|
width: max_size / game_board_size,
|
||||||
height: max_size / game_board_size
|
height: max_size / game_board_size
|
||||||
|
Loading…
Reference in New Issue
Block a user