Initial Commit
Some checks failed
Deploy Sokko G / deploy (push) Failing after 3s

This commit is contained in:
Shinuwa 2026-07-20 23:10:37 +02:00
parent fbfc3430a0
commit 1e1ede6cf0
207 changed files with 12220 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"icons": [
{
"id": "default",
"label": "Toolbox",
"src": "/static/img/toolbox-icons/default.svg"
},
{
"id": "controller",
"label": "Controller",
"src": "/static/img/toolbox-icons/controller.svg"
},
{
"id": "quest",
"label": "Quest",
"src": "/static/img/toolbox-icons/quest.svg"
},
{
"id": "target",
"label": "Target",
"src": "/static/img/toolbox-icons/target.svg"
}
]
}