🎨 format

This commit is contained in:
ValKmjolnir
2025-06-02 13:27:04 +08:00
parent 35f112ac53
commit f89cc08e74
97 changed files with 539 additions and 538 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ screen_state.put_pixel = func(x, y, c) {
var test_flush = func() {
screen_state.clear_screen();
for(var i=0; i<1e6; i+=1) {
for (var i=0; i<1e6; i+=1) {
unix.sleep(0.001);
screen_state.update();
screen_state.put_pixel(