mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
129 lines
2.9 KiB
JSON
129 lines
2.9 KiB
JSON
{
|
|
"name": "test-model",
|
|
"class_name": "Tool",
|
|
"properties": {
|
|
"Enabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
}
|
|
},
|
|
"children": [
|
|
{
|
|
"name": "A",
|
|
"class_name": "Folder",
|
|
"properties": {},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": "src/A",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "DisableMe",
|
|
"class_name": "Script",
|
|
"properties": {
|
|
"Disabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
},
|
|
"Source": {
|
|
"Type": "String",
|
|
"Value": ""
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": "src/DisableMe.server.lua",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "LocalizationTable",
|
|
"class_name": "LocalizationTable",
|
|
"properties": {
|
|
"Contents": {
|
|
"Type": "String",
|
|
"Value": "[{\"key\":\"Doge\",\"example\":\"A funny dog\",\"source\":\"Perro!\",\"values\":{\"en\":\"Doge!\"}}]"
|
|
},
|
|
"SourceLocaleId": {
|
|
"Type": "String",
|
|
"Value": "es"
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src/LocalizationTable.csv",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "RobloxInstance",
|
|
"class_name": "Folder",
|
|
"properties": {
|
|
"Tags": {
|
|
"Type": "BinaryString",
|
|
"Value": ""
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": "src/RobloxInstance.rbxmx",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "Script",
|
|
"class_name": "Script",
|
|
"properties": {
|
|
"Source": {
|
|
"Type": "String",
|
|
"Value": "print(\"Hello, world\")"
|
|
},
|
|
"Disabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src/Script",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "StringValue",
|
|
"class_name": "StringValue",
|
|
"properties": {
|
|
"Value": {
|
|
"Type": "String",
|
|
"Value": "I'm supposed to put funny text here, aren't I? Oh well."
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": "src/StringValue.txt",
|
|
"project_definition": null
|
|
}
|
|
}
|
|
],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src",
|
|
"project_definition": [
|
|
"test-model",
|
|
{
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "src"
|
|
}
|
|
]
|
|
}
|
|
} |