Skip to content

Commit

Permalink
Replace single mode default bg
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Apr 21, 2018
1 parent 820b3e2 commit 20642e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app/assets/images/mode_puzzle_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/renderer/states/mode_single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default class ModePuzzle extends CoreStage {
stack.create(6,2,"average","many");
this.playfield0.create(this, {
push: true,
x : px(159),
y : px(24),
x : px(151),
y : px(22),
panels: stack.panels
})
this.wall.create(
Expand Down

0 comments on commit 20642e3

Please sign in to comment.