adaptive screen size + overflow
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user