#293 fixed race condition with graphics element IDs

This commit is contained in:
Mikayla Fischler
2023-07-19 11:27:33 -04:00
parent 681bb0963e
commit def02a94d2
6 changed files with 18 additions and 10 deletions

View File

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