vue 2 to 3 #1

Merged
gator merged 25 commits from dev into master 2022-12-02 11:23:43 +01:00
Showing only changes of commit a8124514bd - Show all commits

View File

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