starting KF Editor

This commit is contained in:
STEINNI
2025-10-13 20:46:48 +00:00
parent 2e0a223efe
commit d727679919
8 changed files with 198 additions and 31 deletions
+4 -4
View File
@@ -66,19 +66,19 @@
{
"label": "Keyframe editor",
"icon": "icon-camera1",
"route": "/records/editor",
"route": "/editors/keyframe",
"access": ["*"]
},
{
"label": "Sprites editor",
"icon": "icon-spaceinvaders",
"route": "/records/stats",
"route": "/editors/sprites",
"access": ["*"]
},
{
"label": "Event-map editor",
"label": "Event-maps editor",
"icon": "icon-link",
"route": "/records/editor",
"route": "/editors/eventmaps",
"access": ["*"]
}
]