This commit is contained in:
James Lyne 2021-06-23 18:19:09 +01:00
parent f9e55ff673
commit 14a49126f2
4 changed files with 6 additions and 5 deletions

View File

@ -690,13 +690,14 @@ export default {
});
//Extra fake players for testing
// for(let i = 0; i < 150; i++) {
// for(let i = 0; i < 450; i++) {
// players.add({
// account: "VIDEO GAMES " + i,
// health: Math.round(Math.random() * 10),
// armor: Math.round(Math.random() * 10),
// name: "VIDEO GAMES " + i,
// sort: 0,
// sort: Math.round(Math.random() * 10),
// hidden: false,
// location: {
// x: Math.round(Math.random() * 1000) - 500,
// y: 64,

View File

@ -222,7 +222,7 @@ export const state: State = {
ui: {
smallScreen: false,
visibleElements:new Set(),
visibleElements: new Set(),
previouslyVisibleElements: new Set(),
sidebar: {