mkxp-sunshine/scripts_benchmark/Main.rb
whitecum1488 076ea10681 Xuinia
2026-08-22 21:00:37 +03:00

8 lines
108 B
Ruby

c = 0
while c < 1000
c = c + 1
puts c
Graphics.frame_reset
Graphics.update
Font.default_size = c
end