Camera for a 2D plane
Ejemplo n.º 1
0
 protected Screen()
 {
     IsEnabled = true;
     IsVisible = true;
     Textures = new TextureCollection();
     Camera = new Camera2D();
 }
Ejemplo n.º 2
0
 protected Screen()
 {
     IsEnabled = true;
     IsVisible = true;
     Textures = new TextureCollection();
     Camera = new Camera2D();
     Songs = new SongCollection();
     SoundEffects = new SoundEffectCollection();
 }