better UI
This commit is contained in:
parent
c92ec69523
commit
6a0863bd56
3 changed files with 28 additions and 10 deletions
|
@ -28,7 +28,7 @@ class Player extends Entity {
|
|||
this.isYou = false;
|
||||
|
||||
this.serverProps = [
|
||||
'type', 'camera', 'pos', 'vel', 'rot', 'dir', 'ticks', 'health', 'you', 'isPlayer', 'headCount', 'isMenu', 'r', 'isYou'
|
||||
'type', 'camera', 'pos', 'vel', 'rot', 'dir', 'ticks', 'health', 'you', 'isPlayer', 'headCount', 'isMenu', 'r', 'isYou', 'username'
|
||||
];
|
||||
|
||||
this.legalProps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue