예제 #1
0
 protected override void LoadContent()
 {
     manager          = new MainAssetManager();
     _menuSoundBeep   = manager.LoadSound("beep.wav");
     _menuSoundSelect = manager.LoadSound("select.wav");
     mainFont         = manager.LoadFont("Super Plumber Brothers.ttf");
 }
예제 #2
0
파일: Menu.cs 프로젝트: tvhoustontv/Pacman
 protected override void LoadContent()
 {
     manager          = new MainAssetManager();
     _menuSoundBeep   = manager.LoadSound("beep.wav");
     _menuSoundSelect = manager.LoadSound("select.wav");
     mainFont         = manager.LoadFont("BadaboomBB_Reg.ttf");
 }