mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 11:44:21 -04:00
change cursor color to lighter grey
This commit is contained in:
parent
c517871d59
commit
cbb487744d
@ -514,7 +514,7 @@ pub fn render(self: *TextInput, mousePosition: Vec2f) void {
|
||||
draw.setColor(0x440000ff);
|
||||
self.textBuffer.drawSelection(textPos, @min(selectionStart, cursor), @max(selectionStart, cursor));
|
||||
}
|
||||
draw.setColor(0xff747474);
|
||||
draw.setColor(0xffaaaaaa);
|
||||
draw.rect(cursorPos, Vec2f{1, fontSize});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user