private void LoadAssets() { FontMgr.Add("Fonts/Arial14"); TextureMgr.Add("Sprites/Link"); TextureMgr.Add("Sprites/Leaper"); TextureMgr.Add("Sprites/character-4directions"); TextureMgr.Add("Sprites/Pistol"); TextureMgr.Add("Sprites/SMG"); TextureMgr.Add("Sprites/Shotgun"); TextureMgr.Add("Sprites/Bullet"); TextureMgr.Add("Tilesets/alttp_tiles"); TextureMgr.Add("Sprites/Monolith"); TextureMgr.Add("Sprites/Pickme"); SfxMgr.Add("Sounds/PistolShot"); SfxMgr.Add("Sounds/PistolReload"); SfxMgr.Add("Sounds/SMGShot"); SfxMgr.Add("Sounds/SMGReload"); SfxMgr.Add("Sounds/ShotgunShot"); SfxMgr.Add("Sounds/ShotgunReload"); SfxMgr.Add("Sounds/ShotgunPump"); SfxMgr.Add("Sounds/DefaultDamage"); SfxMgr.Add("Sounds/LinkDamage"); SfxMgr.Add("Sounds/LeaperDamage"); MusicMgr.Add("Music/song1"); }