-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.toml
30 lines (27 loc) · 1.09 KB
/
Package.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# package configurations
[package]
# package name
name = "T-Stamina"
# contributors
author = "Timmy"
# version
version = "1.1.0"
# image URL
image = ""
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time), 'library' (doesn't start a Lua VM) or 'loading-screen' (special package for loading screen)
type = "script"
# whether to force the custom map script to do not load
force_no_map_script = false
# auto destroy all entities spawned by this package when it unloads
auto_cleanup = true
# the game version (major.minor) at the time this package was created, for granting compatibility between breaking changes
compatibility_version = "1.37"
# packages requirements
packages_requirements = [
]
# asset packs requirements
assets_requirements = [
]
# compatible maps - maps to be highlighted when starting a new game through main menu
compatible_maps = [
]