diff --git a/Building.md b/Building.md index 46eb417..a2db04e 100644 --- a/Building.md +++ b/Building.md @@ -1,6 +1,7 @@ # Why would you need to build the game If for your mod you had to modify the source of the game (stuff inside the src folder which is later built into TaggedEngine.exe), you somehow need to make that .exe out of it + The default love2d building process is explained on [the love2d wiki](https://love2d.org/wiki/Game_Distribution), but i will explain it here for people who don't understand the default guide. ### WARNING: YOU NEED [LOVE2D](https://love2d.org/) ON YOUR SYSTEM TO DO THIS!!!