Commit before trying new layout

This commit is contained in:
unsettledgames
2021-02-05 12:42:40 +01:00
parent b44eaf0d3f
commit 598bf20d46
4 changed files with 57 additions and 22 deletions

View File

@@ -9,7 +9,6 @@ var settingsFromCookie = Cookies.get('pixelEditorSettings');
if(!settingsFromCookie) {
console.log('settings cookie not found');
settings = {
showLog: true,
switchToChangedColor: true,
enableDynamicCursorOutline: true, //unused - performance
enableBrushPreview: true, //unused - performance
@@ -39,7 +38,6 @@ function saveSettings() {
//save new settings to settings object
settings.numberOfHistoryStates = getValue('setting-numberOfHistoryStates');
settings.pixelGridColour = getValue('setting-pixelGridColour');
settings.showLog = false;
// Filling pixel grid again if colour changed
fillPixelGrid();