fix Gui references

This commit is contained in:
Michael Freno
2025-11-13 20:42:47 -05:00
parent 5026f780cf
commit 3373d43b1b
7 changed files with 256 additions and 273 deletions

View File

@@ -24,6 +24,9 @@ local enums = utils.enums
---@class FlexLove
local flexlove = Context
-- Initialize Units module with Context dependency
Units.initialize(Context)
-- Add version and metadata
flexlove._VERSION = "0.1.0"
flexlove._DESCRIPTION = "UI Library for LÖVE Framework based on flexbox"