Novetus_src/.itch.toml

35 lines
620 B
TOML
Raw Normal View History

2022-12-20 18:18:26 +02:00
[[actions]]
name = "[IMPORTANT] Install Dependencies"
path = "Novetus_dependency_installer.bat"
console = true
sandbox = true
2020-07-12 01:15:47 +03:00
[[actions]]
name = "Play"
2022-12-20 18:18:26 +02:00
path = "bin/Novetus.exe"
args = ["-nocmd"]
2020-07-12 01:15:47 +03:00
sandbox = true
[[actions]]
2022-12-20 18:18:26 +02:00
name = "Play with Console"
path = "bin/Novetus.exe"
args = ["-nocmd"]
sandbox = true
[[actions]]
2022-12-20 18:18:26 +02:00
name = "Novetus SDK"
path = "bin/Novetus.exe"
args = ["-sdk"]
sandbox = true
[[actions]]
name = "Novetus Console"
path = "bin/Novetus.exe"
args = ["-cmdonly", "-cmdmode"]
sandbox = true
[[actions]]
name = "Novetus Console Help"
path = "bin/Novetus.exe"
args = ["-cmdonly", "-help"]
2020-07-12 01:15:47 +03:00
sandbox = true