-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.toml
24 lines (22 loc) · 873 Bytes
/
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
# package configurations
[package]
# package name
name = "nanos-battlefield-2043"
# contributors
author = "Trevor & LighterChu"
# version
version = "0.0.1"
# image URL
image = "https://i.imgur.com/g0wSZYj.png"
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time) or 'loading-screen' (special package loaded in 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
# packages requirements
packages_requirements = [
]
# asset packs requirements
assets_requirements = [
]