Crosshair really in the center (it was in the top left center of the 40x40 centered rect)

This commit is contained in:
Morph01
2024-08-30 16:18:16 +02:00
parent 791cea356d
commit 67f7335dba
2 changed files with 6 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ void Crosshair::_process(float a_Delta) {
}
void Crosshair::_draw() {
draw_circle(Vector2(0, 0), m_DotRadius, m_DotColor);
draw_circle(Vector2(20, 20), m_DotRadius, m_DotColor);
}
void Crosshair::adjust_crosshair_lines() {