Darktide-Mod-Loader/dtmt.cfg
Lucas Schwiderski 97a29c03f1
chore: Rework project structure
Initialize as new DTMT-based project.
2023-05-07 00:13:25 +02:00

16 lines
228 B
INI

id = "dml"
name = "Darktide Mod Loader"
description = "This is my new mod 'Darktide Mod Loader'!"
version = "0.1.0"
resources = {
init = "scripts/mods/dml/init"
}
packages = [
"packages/dml"
]
depends = [
"dmf"
]