Skip to content
Snippets Groups Projects
Verified Commit 0cec05ee authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Configure game metadata

parent 7e2fbd68
No related branches found
No related tags found
No related merge requests found
Pipeline #7369 failed
...@@ -20,6 +20,9 @@ import './game.css'; ...@@ -20,6 +20,9 @@ import './game.css';
class Game extends Phaser.Game { class Game extends Phaser.Game {
constructor(backend) { constructor(backend) {
let config = { let config = {
title: 'Aug[m]entile',
url: 'https://edugit.org/auglement/augmentile',
backgroundColor: 0xffb175,
type: Phaser.AUTO, type: Phaser.AUTO,
width: window.innerWidth, width: window.innerWidth,
height: window.innerHeight, height: window.innerHeight,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment