updejt
This commit is contained in:
@@ -41,8 +41,8 @@ ErrorHandler.init();
|
||||
// Phaser Game Configuration
|
||||
const config = {
|
||||
type: Phaser.CANVAS, // Canvas renderer za pixel-perfect ostrino
|
||||
width: 640, // Pixel Art Viewport
|
||||
height: 360, // Pixel Art Viewport (16:9)
|
||||
width: 1024, // Larger viewport for better view
|
||||
height: 768, // 4:3 aspect ratio
|
||||
parent: 'game-container',
|
||||
backgroundColor: '#1a1a2e',
|
||||
pixelArt: true,
|
||||
|
||||
Reference in New Issue
Block a user