small fixes

This commit is contained in:
2024-09-26 21:30:12 +02:00
parent abf562fd89
commit 07daa4a9cf
4 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@ import { Mino, environment } from './Tetrominoes.js'
export class TetraGUI extends GUI {
constructor(game, settings, stats, scene, controls, playfield, loadingManager) {
constructor(game, settings, stats, scene, controls, playfield) {
super({title: "teTra"})
this.startButton = this.add(game, "start").name("Jouer").hide()

View File

@ -35,5 +35,4 @@ class Scheduler {
const scheduler = new Scheduler()
export { scheduler }