summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-03-20 15:10:38 +0100
committerHawarth <hawarth@hawarth.com>2026-03-20 15:10:38 +0100
commitd1066311b495a346a2e0b941858f9d60b8c3f011 (patch)
treed75d24d4978aa75146c7b23961cb2dd96feef86a /scripts
downloaddf-lumberborne-d1066311b495a346a2e0b941858f9d60b8c3f011.tar.gz
df-lumberborne-d1066311b495a346a2e0b941858f9d60b8c3f011.zip
chore: init
Initialises the project with an info.txt and init.lua, so that the mod is picked up in Dwarf Fortress.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/init.lua b/scripts/init.lua
new file mode 100644
index 0000000..3eb4b0f
--- /dev/null
+++ b/scripts/init.lua
@@ -0,0 +1 @@
+log("Hello from Lumberborne!")