Update src/assets/categories/categories.json
Some checks failed
Release to Staging / build_and_release (push) Failing after 28s
Some checks failed
Release to Staging / build_and_release (push) Failing after 28s
This commit is contained in:
parent
3ee868e613
commit
a93c113701
@ -1,7 +1,47 @@
|
||||
[
|
||||
{"name": "gameplay", "sub": [{"name": "difficulty"}]},
|
||||
{"name": "input", "sub": [{"name": "key mapping"}, {"name": "macro"}]},
|
||||
{"name": "gameplay", "sub": ["hud", "menus", "icons"]},
|
||||
{"name": "gameplay", "sub": ["mechanics", "balance", "ai"]},
|
||||
"bugfixes"
|
||||
]
|
||||
{
|
||||
"gameplay": {
|
||||
"sub": [
|
||||
{"difficulty": {}}
|
||||
]
|
||||
},
|
||||
"input": {
|
||||
"sub": [
|
||||
{"key mapping": {}},
|
||||
{"macro": {}}
|
||||
]
|
||||
},
|
||||
"visual": {
|
||||
"sub": [
|
||||
{"textures": {}},
|
||||
{"lighting": {}},
|
||||
{"character models": {}},
|
||||
{"environment models": {}}
|
||||
]
|
||||
},
|
||||
"audio": {
|
||||
"sub": [
|
||||
{"sfx": {}},
|
||||
{"music": {}},
|
||||
{"voice": {}}
|
||||
]
|
||||
},
|
||||
"user interface": {
|
||||
"sub": [
|
||||
{"hud": {}},
|
||||
{"menu": {}}
|
||||
]
|
||||
},
|
||||
"quality of life": {
|
||||
"sub": [
|
||||
{"bug fixes": {}},
|
||||
{"performance": {}},
|
||||
{"accessibility": {}}
|
||||
]
|
||||
},
|
||||
"total conversions": {},
|
||||
"translation": {},
|
||||
"multiplayer": {},
|
||||
"clothing": {}
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user