Fix incorrect x assignment
This commit is contained in:
parent
58c7606577
commit
e7535654f5
|
@ -46,7 +46,7 @@ export class Entity {
|
|||
)
|
||||
)
|
||||
} else {
|
||||
this.sprite.container.y = v
|
||||
this.sprite.container.x = v
|
||||
}
|
||||
}
|
||||
get y(): number {
|
||||
|
|
Loading…
Reference in New Issue
Block a user