diff --git a/main.c b/main.c index a6f4fd1..49de638 100644 --- a/main.c +++ b/main.c @@ -294,6 +294,10 @@ int main(void) } } + if (IsMouseButtonPressed(MOUSE_BUTTON_RIGHT)) { + DrawLineEx((Vector2){.x = player.x, .y = player.y}, mouse, 5.0f, GOLD); + } + // player DrawTexturePro( player_t,