Esempio n. 1
0
 public static void Setup()
 {
     UIHandler.atlas    = Systems.mapper.atlas[(byte)AtlasGroup.UI];
     UIHandler.theme    = new UITheme();
     UIHandler.globalUI = new UIGlobal();
     UIHandler.UpdateGlobalUITheme();
 }