Added db with team selection, scoreboard enabled by default, Added Debugwindow, cleanup
This commit is contained in:
parent
1d632252bf
commit
8f402058ad
8 changed files with 279 additions and 24 deletions
|
|
@ -1,6 +1,7 @@
|
|||
const io = require('./socketio');
|
||||
const db = require('../controllers/db');
|
||||
|
||||
let enabled = false;
|
||||
let enabled = true;
|
||||
let teamA = {
|
||||
name: "Team A",
|
||||
name2: "",
|
||||
|
|
@ -112,6 +113,7 @@ function getValues() {
|
|||
teamB: teamB,
|
||||
sideswitch: sideswitch,
|
||||
print: print(),
|
||||
teams: db.getTeams(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue