Increase default grid and rename simple scene
Raise default Conway's Game of Life grid size from 40x40 to 50x50 (src/app/pages/algorithms/conway-gol/conway-gol.models.ts) to provide a larger initial viewport. Update i18n labels for the simple scene to 'Glider'/'Gleiter' in English and German respectively (src/assets/i18n/en.json, src/assets/i18n/de.json) for clearer naming.
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
"PAUSE": "Pause",
|
||||
"RANDOM_SCENE": "Zufällig",
|
||||
"EMPTY_SCENE": "Leer",
|
||||
"SIMPLE_SCENE": "Simpel",
|
||||
"SIMPLE_SCENE": "Gleiter",
|
||||
"PULSAR_SCENE": "Pulsar",
|
||||
"GUN_SCENE": "Pistole",
|
||||
"ALIVE": "Lebend",
|
||||
|
||||
Reference in New Issue
Block a user