You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relate to #3
Load game mode from game configuration instead of project.json. And only show the page which match the value of game mode. Others page which is not matched should be hidden(return 404 or others).
Task
Remove defaultMode from project.json
Add mode (or others key name which can represent "enabled some game mode page and other page will be hidden") into game configuration
Description
Relate to #3
Load game mode from game configuration instead of
project.json
. And only show the page which match the value of game mode. Others page which is not matched should be hidden(return 404 or others).Task
defaultMode
fromproject.json
mode
(or others key name which can represent "enabled some game mode page and other page will be hidden") into game configurationsrc/store/config
The text was updated successfully, but these errors were encountered: