[oden] Colors
But they don't work
This commit is contained in:
parent
db0f22b1db
commit
106db89e9b
5 changed files with 77 additions and 24 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue