added text alignment to push buttons and added keyboard events to listbox

This commit is contained in:
Mikayla Fischler
2023-10-19 23:20:04 -04:00
parent 01caca48dc
commit d77a527b15
4 changed files with 41 additions and 3 deletions

View File

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