Esempio n. 1
0
        private void GetInfo()
        {
            this.scrn = this.nitro.GetBlock <Scrn>(0);

            this.TileSize = new System.Drawing.Size(8, 8);
            this.Width    = this.scrn.Width;
            this.Height   = this.scrn.Height;
            this.BgMode   = this.scrn.BgMode;
            this.SetMapInfo(this.scrn.Info);
        }
Esempio n. 2
0
        private void GetInfo()
        {
            this.scrn = this.nitro.GetBlock<Scrn>(0);

            this.TileSize = new System.Drawing.Size(8, 8);
            this.Width    = this.scrn.Width;
            this.Height   = this.scrn.Height;
            this.BgMode   = this.scrn.BgMode;
            this.SetMapInfo(this.scrn.Info);
        }
Esempio n. 3
0
 public Nscr()
 {
     this.nitro = new NitroFile("NSCR", "1.0", BlockTypes);
     this.scrn = new Scrn(this.nitro);
     this.nitro.Blocks.Add(this.scrn);
 }
Esempio n. 4
0
 public Nscr()
 {
     this.nitro = new NitroFile("NSCR", "1.0", BlockTypes);
     this.scrn  = new Scrn(this.nitro);
     this.nitro.Blocks.Add(this.scrn);
 }