Initial multiplayer feature

This commit is contained in:
Nick O'Leary
2024-03-27 17:30:44 +00:00
parent 068b93befa
commit 014f206e9c
11 changed files with 404 additions and 1 deletions

View File

@@ -233,6 +233,10 @@ module.exports = {
themeSettings.projects = theme.projects;
}
if (theme.hasOwnProperty("multiplayer")) {
themeSettings.multiplayer = theme.multiplayer;
}
if (theme.hasOwnProperty("keymap")) {
themeSettings.keymap = theme.keymap;
}