mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added icon for editor
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -59,7 +59,10 @@ namespace GlitchyEngine
|
|||||||
_layerStack = new LayerStack();
|
_layerStack = new LayerStack();
|
||||||
_gameTime = new GameTime(true);
|
_gameTime = new GameTime(true);
|
||||||
|
|
||||||
_window = new Window(.Default);
|
WindowDescription windowDesc = .Default;
|
||||||
|
windowDesc.Icon = "Resources/Textures/GlitchyEngineIcon.ico";
|
||||||
|
|
||||||
|
_window = new Window(windowDesc);
|
||||||
_window.EventCallback = new => OnEvent;
|
_window.EventCallback = new => OnEvent;
|
||||||
|
|
||||||
Input.Init();
|
Input.Init();
|
||||||
|
|||||||
Reference in New Issue
Block a user