add luals annotaions

This commit is contained in:
PeaAshMeter 2026-04-23 19:35:44 +03:00
parent cb53fa8d88
commit 3e23599c88

View File

@ -1,9 +1,12 @@
--- @class Render --- @class Render
--- @field textures table<string, love.Canvas> --- @field textures table<string, love.Canvas>
--- @field queue table[] --- @field queue table[]
--- @field lowResScale number
--- @field LAYERS table<string, integer>
local render = { local render = {
textures = {}, textures = {},
queue = {}, queue = {},
lowResScale = 1.0,
LAYERS = { LAYERS = {
FLOOR = 1, FLOOR = 1,
SHADOW = 2, SHADOW = 2,