diff --git a/src/game.ts b/src/game.ts index 3f0b35c..b2d5bd5 100644 --- a/src/game.ts +++ b/src/game.ts @@ -2703,10 +2703,10 @@ class SceneTransition extends Play { //this.current = this._make(CardShowcase, Vec2.zero, {}) // this.current = this._make(MainMenu, Vec2.zero, {}) //this.current = this._make(Statistics2, Vec2.zero, {}) - //this.current = this._make(MainMenu2, Vec2.zero, {}) + this.current = this._make(MainMenu2, Vec2.zero, {}) //this.current = this._make(HowtoPlay2, Vec2.zero, {}) //this.current = this._make(Settings2, Vec2.zero, {}) - this.current = this._make(SolitairePlay, Vec2.zero, {}) + //this.current = this._make(SolitairePlay, Vec2.zero, {}) //this.current = this._make(About2, Vec2.zero, {}) transition.set_matrix(Mat3x2.create_scale_v(Game.v_screen))