Compare commits
No commits in common. "47ac0369956dd9ad17aabef66c1c49e9e2aade94" and "60db2626aa93009ef0d8508f3b4eb660cd25c1dd" have entirely different histories.
47ac036995
...
60db2626aa
1 changed files with 0 additions and 3 deletions
|
|
@ -32,9 +32,6 @@ class Render {
|
|||
this.ctx.rotate(player.angle);
|
||||
this.ctx.drawImage(img, -playerSize / 2, -playerSize / 2, playerSize, playerSize);
|
||||
this.ctx.restore();
|
||||
this.ctx.fillStyle="#FF0000";
|
||||
this.ctx.font="10pt arial";
|
||||
this.ctx.fillText(player.name,player.x-player.name.length*10/3,player.y-playerSize/1.8);
|
||||
}
|
||||
|
||||
ReloadAff() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue