Overhaul
This commit is contained in:
0
DaggerFramework/Source/Extensions/Mat4Extensions.cs
Executable file → Normal file
0
DaggerFramework/Source/Extensions/Mat4Extensions.cs
Executable file → Normal file
0
DaggerFramework/Source/External/FastNoiseLite.cs
vendored
Executable file → Normal file
0
DaggerFramework/Source/External/FastNoiseLite.cs
vendored
Executable file → Normal file
0
DaggerFramework/Source/Game.cs
Executable file → Normal file
0
DaggerFramework/Source/Game.cs
Executable file → Normal file
0
DaggerFramework/Source/InputHandler.cs
Executable file → Normal file
0
DaggerFramework/Source/InputHandler.cs
Executable file → Normal file
0
DaggerFramework/Source/RaylibInputHandler.cs
Executable file → Normal file
0
DaggerFramework/Source/RaylibInputHandler.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/ColorRectShader.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/ColorRectShader.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/RaylibRenderer.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/RaylibRenderer.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/Renderer.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/Renderer.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/Shader.cs
Executable file → Normal file
0
DaggerFramework/Source/Rendering/Shader.cs
Executable file → Normal file
0
DaggerFramework/Source/Resources/Loaders/Texture2dLoader.cs
Executable file → Normal file
0
DaggerFramework/Source/Resources/Loaders/Texture2dLoader.cs
Executable file → Normal file
0
DaggerFramework/Source/Resources/Resource.cs
Executable file → Normal file
0
DaggerFramework/Source/Resources/Resource.cs
Executable file → Normal file
0
DaggerFramework/Source/Resources/Texture2d.cs
Executable file → Normal file
0
DaggerFramework/Source/Resources/Texture2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/CircleShape2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/CircleShape2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Drawable2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Drawable2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Entity.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Entity.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Entity2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Entity2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/IDrawable.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/IDrawable.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Sprite2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Entities/Sprite2d.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/EntityLayer.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/EntityLayer.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Layer.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Layer.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Scene.cs
Executable file → Normal file
0
DaggerFramework/Source/SceneGraph/Scene.cs
Executable file → Normal file
0
DaggerFramework/Source/Utils/ImGuiRenderLayer.cs
Executable file → Normal file
0
DaggerFramework/Source/Utils/ImGuiRenderLayer.cs
Executable file → Normal file
0
DaggerFramework/Source/Utils/MathUtils.cs
Executable file → Normal file
0
DaggerFramework/Source/Utils/MathUtils.cs
Executable file → Normal file
0
DaggerFramework/TODO.md
Executable file → Normal file
0
DaggerFramework/TODO.md
Executable file → Normal file
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