Cleanup
This commit is contained in:
parent
f9e55ff673
commit
14a49126f2
@ -690,13 +690,14 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//Extra fake players for testing
|
//Extra fake players for testing
|
||||||
// for(let i = 0; i < 150; i++) {
|
// for(let i = 0; i < 450; i++) {
|
||||||
// players.add({
|
// players.add({
|
||||||
// account: "VIDEO GAMES " + i,
|
// account: "VIDEO GAMES " + i,
|
||||||
// health: Math.round(Math.random() * 10),
|
// health: Math.round(Math.random() * 10),
|
||||||
// armor: Math.round(Math.random() * 10),
|
// armor: Math.round(Math.random() * 10),
|
||||||
// name: "VIDEO GAMES " + i,
|
// name: "VIDEO GAMES " + i,
|
||||||
// sort: 0,
|
// sort: Math.round(Math.random() * 10),
|
||||||
|
// hidden: false,
|
||||||
// location: {
|
// location: {
|
||||||
// x: Math.round(Math.random() * 1000) - 500,
|
// x: Math.round(Math.random() * 1000) - 500,
|
||||||
// y: 64,
|
// y: 64,
|
||||||
|
@ -222,7 +222,7 @@ export const state: State = {
|
|||||||
|
|
||||||
ui: {
|
ui: {
|
||||||
smallScreen: false,
|
smallScreen: false,
|
||||||
visibleElements:new Set(),
|
visibleElements: new Set(),
|
||||||
previouslyVisibleElements: new Set(),
|
previouslyVisibleElements: new Set(),
|
||||||
|
|
||||||
sidebar: {
|
sidebar: {
|
||||||
|
Loading…
Reference in New Issue
Block a user