adaptive screen size + overflow

This commit is contained in:
2022-01-14 12:36:04 +01:00
parent ae237b8c61
commit 6251849727
4 changed files with 18 additions and 9 deletions

View File

@ -21,8 +21,8 @@ export default new Vuex.Store({
liveColor: '#000000',
deadColor: '#AA78E8',
},
canvasWidth: 1280,
canvasHeight: 720,
canvasWidth: 0,
canvasHeight: 0,
refreshRate: 300,
initial1dState: "onecell",
activeMenu: "Elementary Cellular Automata",