Added Scene Loading and Program Settings

This commit is contained in:
Aslan2142 2019-08-29 20:18:48 +02:00
parent 881e6c70f2
commit 1bad863c5b
13 changed files with 91 additions and 43 deletions

View file

@ -1,4 +1,18 @@
# AsloEngine
My WiP 2D Game Engine made using SFML
WiP 2D Game Engine made using C++ and SFML
Third-Party Libraries are not Included in the Repository
Version 0.9.0
Version 0.9.1
## How To Compile this Example
### Linux:
Dependecies: libsfml-dev libfmt-dev g++ make
Compilation: Open folder in terminal and type make. If linking fails after editing files try to recompile everything with make all. You can clear temporary files with make clear
### Windows:
Coming Soon...
### Mac OS:
Not Available