예제 #1
0
파일: HES.cs 프로젝트: XZelnar/MicroWorld
        protected void constructor()
        {
            Logics = new Logics.HESLogics();
            Graphics = new Graphics.HESGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            Graphics.Size = new Vector2(32, 32);
            ToolTip = new GUI.HESProperties();
        }
예제 #2
0
        protected void constructor()
        {
            Logics          = new Logics.HESLogics();
            Graphics        = new Graphics.HESGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            Graphics.Size = new Vector2(32, 32);
            ToolTip       = new GUI.HESProperties();
        }