1
vote
1answer
94 views

GameTime.ElapsedGameTime Not Changing

I am trying to figure out how to create a Timer in my XNA game. I am using MonoGame and developing for Windows 8 RT. When I check GameTime.ElapsedGameTime using this: protected override void ...
0
votes
0answers
93 views

MediaElement can't change volume

I'd like to use MediaElement to play sound in my game. public async Task LoadAudioAsync(String name){ StorageFile waveFile = await ApplicationData.Current.LocalFolder.GetFileAsync(name); ...
0
votes
1answer
2k views

Windows 8 Live Tile - Remove text and small icon?

We are using TileWideImage and TileSquareImage and appropriate XML (as described here) to setup our custom tiles in our Windows 8 game as you finish different levels in the game. The way our tiles ...