Repe [T3DU] Update - 31f26d171bba0355ce2a77031e3aad4c64dbc7e9

This commit is contained in:
2026-09-04 10:46:13 -07:00
parent c915312901
commit 0460b9d587
482 changed files with 27797 additions and 3226 deletions

View File

@ -197,7 +197,7 @@ class Ext {
ui._x = px - (scroll ? 0 : ui.SCROLL_W() / 2);
ui._y = py;
ui.image(ui.ops.black_white_gradient);
ui.image(ui.ops.black_white_gradient, kha.Color.fromFloats(cval, cval, cval, 0.15));
ui.g.color = 0xff000000;
ui.g.fillRect(cx - 3 * ui.SCALE(), cy - 3 * ui.SCALE(), 6 * ui.SCALE(), 6 * ui.SCALE());