feat(resource/zoneCreator): target output format

This commit is contained in:
DokaDoka
2022-09-15 00:01:29 +10:00
parent 6fb18c740a
commit eef6e049e8
2 changed files with 39 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ local function closeCreator(cancel)
{ type = 'select', label = 'Format', default = format, options = {
{ value = 'function', label = 'Function' },
{ value = 'array', label = 'Array' },
{ value = 'target', label = 'Target'},
}}
}) or {}