rules can be exported in json, rule presets

This commit is contained in:
Gator
2022-01-12 19:10:16 +01:00
parent 9613f023b1
commit 441238bfbc
3 changed files with 78 additions and 27 deletions

View File

@ -23,7 +23,7 @@ export default {
computed: {
...mapGetters({
cellProperties: 'getCellProperties',
rules: 'getRuleSet1d',
rules: 'get1dRules',
drawing: 'isDrawing',
canvasWidth: 'getCanvasWidth',
canvasHeight: 'getCanvasHeight',