initial implementation of ornaments

This commit is contained in:
fkloft
2014-09-25 20:53:05 +02:00
parent c44f4793cf
commit a64f76c862
3 changed files with 67 additions and 3 deletions

View File

@ -584,6 +584,7 @@ function boot() {
window.setupSidebarToggle();
window.updateGameScore();
window.artifact.setup();
window.ornaments.setup();
window.setupPlayerStat();
window.setupTooltips();
window.chat.setup();