add uiManager auto scan and load skin resource

This commit is contained in:
Vick Scarlet
2021-11-07 23:00:22 +08:00
parent 22fa5d755a
commit 2666983f89
5 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ location.search.substr(1).split('&').forEach(item => {
query[parts[0]] = parts[1];
});
game.start(query.lang);
game.start(query);