icons & menu

This commit is contained in:
STEINNI
2025-10-13 20:04:20 +00:00
parent a38d2da3e4
commit 2e0a223efe
36 changed files with 847 additions and 808 deletions
+28 -8
View File
@@ -39,7 +39,7 @@
},
{
"label": "Arenas recorder",
"icon": "icon-history",
"icon": "icon-video-camera",
"collapsed": true,
"access": ["*"],
"items": [
@@ -51,18 +51,38 @@
},
{
"label": "Statistics",
"icon": "icon-stats",
"icon": "icon-graph",
"route": "/records/stats",
"access": ["*"]
},
{
"label": "Keyframe editor",
"icon": "icon-edit",
"route": "/records/editor",
"access": ["*"]
}
]
},
{
"label": "Editors",
"icon": "icon-edit",
"collapsed": true,
"access": ["*"],
"items": [
{
"label": "Keyframe editor",
"icon": "icon-camera1",
"route": "/records/editor",
"access": ["*"]
},
{
"label": "Sprites editor",
"icon": "icon-spaceinvaders",
"route": "/records/stats",
"access": ["*"]
},
{
"label": "Event-map editor",
"icon": "icon-link",
"route": "/records/editor",
"access": ["*"]
}
]
},
{
"label": "Dev tools",
"icon": "icon-cogs",