|
@@ -16,11 +16,6 @@ function Game() {
|
|
|
this.renderer.shadowQuality = Atomic.SHADOWQUALITY_LOW_16BIT;
|
|
this.renderer.shadowQuality = Atomic.SHADOWQUALITY_LOW_16BIT;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // initialize the UI subsystem
|
|
|
|
|
- // TODO: this needs to take a config with default font
|
|
|
|
|
- // skin, etc
|
|
|
|
|
- Atomic.UI.__init();
|
|
|
|
|
-
|
|
|
|
|
// root view
|
|
// root view
|
|
|
this.uiView = new Atomic.UIView();
|
|
this.uiView = new Atomic.UIView();
|
|
|
|
|
|