Update Building

entar 2025-06-19 19:56:20 +07:00
parent 65ea2d6f8e
commit ea4e1c5ba7

@ -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!!!