icons & menu
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user