Eliminated graphic bug that tiny gaps appear between blocks + added new theme "Clean"

This commit is contained in:
Marcel
2018-02-23 19:55:30 +01:00
parent 9ddcae365d
commit f73ba1e267
4 changed files with 28 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ const en = {
counterScore: "Score: ",
counterTime: "Time: ",
themeDefault: "Default",
themeClean: "Clean",
themeModern: "Modern",
themeRetro: "Retro",
themeSnakes: "Snakes",
@@ -36,6 +37,7 @@ const de = {
counterScore: "Punkte: ",
counterTime: "Zeit: ",
themeDefault: "Standard",
themeClean: "Glattpoliert",
themeModern: "Modern",
themeRetro: "Retro",
themeSnakes: "Schlangen",