small fixes
This commit is contained in:
@ -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()
|
||||
|
@ -35,5 +35,4 @@ class Scheduler {
|
||||
|
||||
const scheduler = new Scheduler()
|
||||
|
||||
|
||||
export { scheduler }
|
Reference in New Issue
Block a user