Skip to content

Commit

Permalink
solitaire background
Browse files Browse the repository at this point in the history
  • Loading branch information
eguneys committed Jan 31, 2024
1 parent a17bcac commit d11e02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d11e02b

Please sign in to comment.