started sims section & axes&grid settings for KFEditor

This commit is contained in:
STEINNI
2026-06-05 15:45:27 +00:00
parent ce9e73ac41
commit 5207a3b18e
13 changed files with 309 additions and 7 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"routes": [
{
"url": "/create",
"role": [ "*" ],
"controller" : "/sims/SimsController",
"method": "create"
},
{
"url": "/manage",
"role": [ "*" ],
"controller" : "/sims/SimsController",
"method": "manage"
}
],
"models": [
"SimsModel",
"KeyframesModel"
],
"views": [
"sims/CreateSimView",
"sims/ManageSimView"
],
"controllerDependencies": [
"/helpers/basicDialogs",
"/helpers/activeAttributes"
],
"assets": {
"styles": [
],
"html": [
],
"json": [
]
}
}