number fields now display numbers cleanly without using scientific notation

This commit is contained in:
Mikayla Fischler
2024-10-14 00:02:52 -04:00
parent 40e749d363
commit 8b9f83754b
2 changed files with 48 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
local core = {}
core.version = "2.4.4"
core.version = "2.4.5"
core.flasher = flasher
core.events = events