From ea4e1c5ba7fb68d51a680a3aeaf22fe4f1cfefbe Mon Sep 17 00:00:00 2001 From: entar Date: Thu, 19 Jun 2025 19:56:20 +0700 Subject: [PATCH] Update Building --- Building.md | 1 + 1 file changed, 1 insertion(+) 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!!!