better UI

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent c92ec69523
commit 6a0863bd56
3 changed files with 28 additions and 10 deletions

View file

@ -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 = [