Ok Teccharacters
// Controls...
if (key === "left" ) {
this.x -= 5
}
if (key === "up" ) {
this.y -= 5
}
if (key === "down" ) {
this.y += 5
}
if (key === "right" ) {
this.x += 5
}
here’s some movement lol
what is dat for
any top-down game