Begin implementing in-game guide

This commit is contained in:
2025-11-21 20:35:36 +01:00
parent 10045582e9
commit 6348ca2094
3 changed files with 87 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ dofile(modpath.."/tools/wrench.lua")
dofile(modpath.."/upgrades.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/guide.lua")
dofile(modpath.."/nodes.lua")
if industrialtest.config.developerMode then
dofile(modpath.."/utils.lua")