[oden] Colors

But they don't work
This commit is contained in:
John Doty 2023-08-26 08:58:00 -07:00
parent db0f22b1db
commit 106db89e9b
5 changed files with 77 additions and 24 deletions

View file

@ -191,7 +191,7 @@ export class Robo extends Actor {
const frame = (anim.start + ((clock / anim.speed) % anim.length)) >> 0;
spr(x, y, w, h, frame * w, 0, 32, 32);
// circle(this.props.position.x, this.props.position.y, 16, 1);
circle(this.props.position.x, this.props.position.y, 16, 1);
}
}
}