exit was cringe

This commit is contained in:
kdx 2023-03-20 18:29:06 +01:00
parent 9a75800f10
commit 2ae473a021
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ IMPL_UPDATE() {
IMPL_DRAW() {
LZY_DrawSetColor(BLACK);
rotrect(this->pos[0] - this->width / 2.0,
this->pos[1] - this->height / 2.0,
rotrect(this->pos[0], this->pos[1],
this->width, this->height, 0.2);
} IMPL_END