Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
# Conflicts:
#	babel/App.js
#	babel/Editor.js
#	babel/Info.js
#	babel/Preview.js
#	dist/css/stylesheet.css
#	dist/index.html
#	dist/js/App.js
#	dist/js/Editor.js
#	dist/js/Info.js
#	dist/js/Overlays.js
#	dist/js/Preview.js
#	dist/js/index.js
  • Loading branch information
Esshahn committed May 19, 2018
1 parent 66de1a2 commit 9ea8b33
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 160 deletions.
1 change: 0 additions & 1 deletion babel/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ PPPPPPPPPP RRRRRRRR RRRRRRR EEEEEEEEEEEEEEEEEEEEEE
this.update();
});


}

}
Expand Down
5 changes: 4 additions & 1 deletion babel/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ class Editor extends Window_Controls

}

<<<<<<< HEAD
=======

>>>>>>> beta
update(all_data)
{
this.canvas_element.width = this.width;
Expand Down Expand Up @@ -179,7 +183,6 @@ class Editor extends Window_Controls
get_grid() { return this.grid; }



}


1 change: 1 addition & 0 deletions babel/Preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class Preview extends Window_Controls

}


update(all_data)
{
this.canvas_element.width = this.width;
Expand Down
5 changes: 5 additions & 0 deletions dist/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,11 @@ img.center
padding: .5em .5em;
}

.list.ui-dialog-content
{
/* list window should not scroll */
overflow: hidden;
}

.colors.ui-dialog-content
{
Expand Down
25 changes: 0 additions & 25 deletions dist/js/Overlays.js

This file was deleted.

92 changes: 0 additions & 92 deletions dist/js/Playfield.js

This file was deleted.

41 changes: 0 additions & 41 deletions dist/js/index.js

This file was deleted.

0 comments on commit 9ea8b33

Please sign in to comment.