예제 #1
0
파일: Game1.cs 프로젝트: supungs/yankytanky
 protected override void Initialize()
 {
     scene = new Scene();
     // TODO: Add your initialization logic here
     this.TargetElapsedTime = TimeSpan.FromSeconds(1.0f / 3.0f);
     this.IsMouseVisible = true;
     this.mouseClick = Mouse.GetState();
     base.Initialize();
 }
예제 #2
0
 public Decoder(Scene scn, int size)
 {
     mainscn = scn;
     this.size = size;
 }