Cache forms #187

Merged
enes merged 9 commits from 166-caching-fields into staging 2025-01-09 13:45:45 +00:00
Showing only changes of commit b3ade8e1d2 - Show all commits

View File

@ -1,13 +1,19 @@
[
{ "name": "gameplay ", "sub": ["difficulty"]},
{ "name": "input", "sub": ["key mapping", "macro"]},
{ "name": "visual", "sub": ["textures", "lighting", "character models", "environment models"] },
{ "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"] },
{
"name": "quality of life",
"sub": ["bug fixes", "performance", "accessibility"]
},
"total conversions",
"translation",
"multiplayer",
"clothing",
"Mod Manager"
]
"mod manager"
]