adriengivry / Overload

3D game engine with lua scripting
https://overloadengine.org/
MIT License
1.82k stars 227 forks source link

Capability to add your own icon to your game executable. #90

Open kiprasvitas opened 4 years ago

kiprasvitas commented 4 years ago

Adding the capability to add your own logo to an executable is a common feature in a game engine. This should be fairly simple to implement.

adriengivry commented 4 years ago

Interesting thread that can help implementing this feature: https://www.codeproject.com/Questions/634767/c-cplusplus-change-icon-on-executable-please-help

Nytician commented 4 years ago

+1 to this, makes games look more professional on release!