Moved categories to its own object instead of allstrings and adjusted code in the other files in order to maintain multilangual support

This commit is contained in:
mnvdk
2020-04-26 16:48:18 +02:00
parent dca4948548
commit f66ef6417f
6 changed files with 55 additions and 22 deletions

View File

@@ -151,7 +151,7 @@ var assets = {
"sounds": {},
"image": {},
"pages": {},
"categories": {}
"categories": []
}
var gameConfig = {}