-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.toml
20 lines (17 loc) · 842 Bytes
/
info.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[meta]
name = "Editor++"
author = "XertroV"
category = "Map Editor"
version = "0.8.999999994"
siteid = 377
blocks = ["item-placement-toolbox", "item-placement-toolbox-dev"]
[script]
#__DEFINES__
# defines = ["DEBUG_BROWSER", "DEV"]
dependencies = ["Camera", "VehicleState"]
# optional_dependencies = ["MLHook"]
# some editor things can take a while, like saving the map
timeout = 10000
shared_exports = ["GBX/GBX.as", "Exports/Callbacks_Shared.as", "Editor/MacroblockManip_Shared.as", "OctTree/OctTree_Shared.as", "Editor/Shared_General.as", "Editor/DrawLinesAndQuads_Shared.as", "Editor/Math_Shared.as", "Exports/Item_MovingItems_Shared.as"]
exports = ["Exports/Callbacks.as", "Exports/Functions.as", "Editor/MacroblockManip_ExportCode.as", "Editor/Exports_General.as", "Editor/DrawLinesAndQuads_Export.as"]
module = "Editor"