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 dd081ed1a2 - Show all commits

View File

@ -1,47 +1,12 @@
[
{
"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": {}
}
{ "name": "gameplay ", sub: ["difficulty"]},
{ "name": "input", sub: ["key mapping", "macro"]},
{ "name": "visual", "sub": ["textures", "lighting", "character models", "environment models"] },
{ "name": "audio", "sub": ["sfx", "music", "voice"] },
{ "name": "user interface", "sub": ["hud", "menu"] },
{ "name": "quality of life", "sub": ["bug fixes", "performance", "accessibility"] },
"total conversions",
"translation",
"multiplayer",
"clothing"
]