Merge branch 'devel' into front-panels

This commit is contained in:
Mikayla Fischler
2023-05-11 20:02:42 -04:00
62 changed files with 617 additions and 306 deletions

View File

@@ -11,9 +11,9 @@ local TextBox = require("graphics.elements.textbox")
local WaitingAnim = require("graphics.elements.animations.waiting")
local TEXT_ALIGN = core.graphics.TEXT_ALIGN
local TEXT_ALIGN = core.TEXT_ALIGN
local cpair = core.graphics.cpair
local cpair = core.cpair
-- create a waiting view
---@param parent graphics_element parent