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