visible indicator for hero. Using images in order to fix graphic circles glitching out during movement

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-13 14:31:18 +02:00
parent d1e8243c47
commit 45e254b931
10 changed files with 389 additions and 23 deletions
-1
View File
@@ -34,7 +34,6 @@ export class PlayerMovement {
const y =
(this.endPosition.y - this.startPosition.y) * ((tick - this.startTick) / (this.endTick - this.startTick)) +
this.startPosition.y;
//console.log('Computed position ', x, y)
return {
x,
y,