generated from Persson-dev/Godot-Xmake
Crosshair really in the center (it was in the top left center of the 40x40 centered rect)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user