コード例 #1
0
ファイル: Ground.cs プロジェクト: XZelnar/MicroWorld
        protected void constructor()
        {
            Logics          = new Logics.GroundLogics();
            Graphics        = new Graphics.GroundGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            Graphics.Size = new Vector2(32, 32);
        }
コード例 #2
0
ファイル: Ground.cs プロジェクト: XZelnar/MicroWorld
        protected void constructor()
        {
            Logics = new Logics.GroundLogics();
            Graphics = new Graphics.GroundGraphics();
            Graphics.parent = this;
            Logics.parent = this;

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