This commit is contained in:
Michael Freno
2025-11-13 00:06:09 -05:00
parent de4167a7b6
commit 712b3c40e9
24 changed files with 423 additions and 557 deletions

View File

@@ -1,12 +1,3 @@
--[[
ImageCache.lua - Image caching system for FlexLove
Provides efficient image loading and caching with memory management
]]
-- ====================
-- ImageCache
-- ====================
---@class ImageCache
---@field _cache table<string, {image: love.Image, imageData: love.ImageData?}>
local ImageCache = {}