コード例 #1
0
ファイル: Screen.cs プロジェクト: craftworkgames/CarpMuffin
 protected Screen()
 {
     IsEnabled = true;
     IsVisible = true;
     Textures = new TextureCollection();
     Camera = new Camera2D();
 }
コード例 #2
0
ファイル: Screen.cs プロジェクト: BetaToast/CarpMuffin
 protected Screen()
 {
     IsEnabled = true;
     IsVisible = true;
     Textures = new TextureCollection();
     Camera = new Camera2D();
     Songs = new SongCollection();
     SoundEffects = new SoundEffectCollection();
 }