Restructure plugin system to be more portable

This commit is contained in:
2018-02-16 00:41:00 -06:00
parent 2b8b5661eb
commit c2c87e0363
9 changed files with 57 additions and 35 deletions
+3 -9
View File
@@ -1,14 +1,8 @@
{
"app_name": "Nostalgia Studio",
"org_name": "Drinking Tea",
"plugins": [
{
"dir": "../lib/nostalgia",
"lib_name": "NostalgiaCore-Studio"
},
{
"dir": "../lib/nostalgia",
"lib_name": "NostalgiaWorld-Studio"
}
"plugins_path": [
"../lib/nostalgia/plugins",
"../Plugins"
]
}