Merge pull request 'Increase default grid and rename simple scene' (#13) from bugfix/smallFix into main
All checks were successful
Build & Push Frontend A / docker (push) Successful in 44s

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-02-06 22:06:31 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ export enum Scenario {
GUN = 4 GUN = 4
} }
export const DEFAULT_GRID_ROWS = 40; export const DEFAULT_GRID_ROWS = 50;
export const DEFAULT_GRID_COLS = 40; export const DEFAULT_GRID_COLS = 50;
export const MIN_GRID_SIZE = 20; export const MIN_GRID_SIZE = 20;
export const MAX_GRID_SIZE = 100; export const MAX_GRID_SIZE = 100;

View File

@@ -346,7 +346,7 @@
"PAUSE": "Pause", "PAUSE": "Pause",
"RANDOM_SCENE": "Zufällig", "RANDOM_SCENE": "Zufällig",
"EMPTY_SCENE": "Leer", "EMPTY_SCENE": "Leer",
"SIMPLE_SCENE": "Simpel", "SIMPLE_SCENE": "Gleiter",
"PULSAR_SCENE": "Pulsar", "PULSAR_SCENE": "Pulsar",
"GUN_SCENE": "Pistole", "GUN_SCENE": "Pistole",
"ALIVE": "Lebend", "ALIVE": "Lebend",

View File

@@ -345,7 +345,7 @@
"PAUSE": "Pause", "PAUSE": "Pause",
"RANDOM_SCENE": "Random", "RANDOM_SCENE": "Random",
"EMPTY_SCENE": "Empty", "EMPTY_SCENE": "Empty",
"SIMPLE_SCENE": "Simple", "SIMPLE_SCENE": "Glider",
"PULSAR_SCENE": "Pulsar", "PULSAR_SCENE": "Pulsar",
"GUN_SCENE": "Gun", "GUN_SCENE": "Gun",
"ALIVE": "Alive", "ALIVE": "Alive",