Esempio n. 1
0
        public GUIHandler()
        {
            statusBar = new StatusBar();
            hotbar    = new Hotbar();
            inventory = new InventoryGUI();
            buffs     = new BuffsGUI();

            Hotbar.ReplaceTextures();
        }
Esempio n. 2
0
        public GUIHandler()
        {
            BaseGUI._guiElements.Clear();

            statusBar         = new StatusBar();
            hotbar            = new Hotbar();
            inventory         = new InventoryGUI();
            buffs             = new BuffsGUI();
            statAllocationGUI = new StatAllocationGUI();

            Hotbar.ReplaceTextures();
        }