Fix incorrect x assignment

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-29 22:12:45 -08:00
parent 58c7606577
commit e7535654f5

View File

@ -46,7 +46,7 @@ export class Entity {
) )
) )
} else { } else {
this.sprite.container.y = v this.sprite.container.x = v
} }
} }
get y(): number { get y(): number {