From 2ae473a021a7b7603101fbb19e4a09eb7e497164 Mon Sep 17 00:00:00 2001 From: kdx Date: Mon, 20 Mar 2023 18:29:06 +0100 Subject: [PATCH] exit was cringe --- src/exit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/exit.c b/src/exit.c index 9efa7d8..e1a4909 100644 --- a/src/exit.c +++ b/src/exit.c @@ -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