categories,18popup,clear.TextEditorSwap,GameCardHover #177

Merged
freakoverse merged 64 commits from staging into master 2024-12-24 19:44:30 +00:00
Showing only changes of commit a93c113701 - Show all commits

View File

@ -1,7 +1,47 @@
[ [
{"name": "gameplay", "sub": [{"name": "difficulty"}]}, {
{"name": "input", "sub": [{"name": "key mapping"}, {"name": "macro"}]}, "gameplay": {
{"name": "gameplay", "sub": ["hud", "menus", "icons"]}, "sub": [
{"name": "gameplay", "sub": ["mechanics", "balance", "ai"]}, {"difficulty": {}}
"bugfixes" ]
},
"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": {}
}
] ]