Compare commits

..

No commits in common. "a8124514bd3e49dae2553b4f21be0deb64ab5d7b" and "49a0f70cf4899680408795da67351ae882da84fa" have entirely different histories.

3 changed files with 5124 additions and 9649 deletions

14749
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/cli": "^4.5.15",
"@vue/cli-service-global": "^4.5.15",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli": "^4.5.15",
"@vue/cli-service-global": "^4.5.15",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",

View File

@ -19,7 +19,7 @@ export default new Vuex.Store({
cellProperties: {
size: 3,
liveColor: '#000000',
deadColor: '#F5F5F5',
deadColor: '#AA78E8',
},
canvasWidth: 0,
canvasHeight: 0,