Small and removed rounding from UI rects.

This commit is contained in:
Kapendev 2025-01-12 01:08:26 +02:00
parent 75dfe6c6a1
commit e4e93388fd
3 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,6 @@ import parin;
void ready() { }
bool update(float dt) {
if ('q'.isPressed) return true;
prepareUi();
setUiFocus(0);