Esempio n. 1
0
        public void Draw(SpriteBatch spritebatch)
        {
            WireMaskHotbar.Draw(spritebatch);
            LayerSelectHotbar.Draw(spritebatch);
            GeneralInfoBox.Draw(spritebatch);
            Toolbar.Draw(spritebatch);
            QuickHotbar.Draw(spritebatch);
            UI_Window.All_Draw(spritebatch);
            info.Draw(spritebatch);
            GridInfo.Draw(spritebatch);
            EditComp.Draw(spritebatch);
            EditProjectLib.Draw(spritebatch);
            EditLib.Draw(spritebatch);


            for (int i = 0; i < toolbar_menus.Length; ++i)
            {
                toolbar_menus[i].Draw(spritebatch);
            }

            notificationHandler.Draw(spritebatch);

            Hover_InfoBox.Draw(spritebatch);

            dragcomp.Draw(spritebatch);
        }