Overhaul
This commit is contained in:
0
TestGame/Resources/icon.png
Executable file → Normal file
0
TestGame/Resources/icon.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -41,7 +41,7 @@ public class TestGame : Game
|
||||
|
||||
protected override void Ready()
|
||||
{
|
||||
_audioBackend.AddBusEffect<AudioEffectReverb>(new AudioEffectReverb());
|
||||
// _audioBackend.AddBusEffect<AudioEffectReverb>(new AudioEffectReverb());
|
||||
_inputHandler.AddInputMapping("play", new InputAction[] { new KeyInputAction(KeyboardKey.Spacebar) });
|
||||
_fontHandle = _renderer.LoadFont(_font);
|
||||
}
|
||||
|
||||
0
TestGame/UiLayer.cs
Executable file → Normal file
0
TestGame/UiLayer.cs
Executable file → Normal file
Reference in New Issue
Block a user