rework/rendering #36
@ -1,9 +1,12 @@
|
||||
--- @class Render
|
||||
--- @field textures table<string, love.Canvas>
|
||||
--- @field queue table[]
|
||||
--- @field lowResScale number
|
||||
--- @field LAYERS table<string, integer>
|
||||
local render = {
|
||||
textures = {},
|
||||
queue = {},
|
||||
lowResScale = 1.0,
|
||||
LAYERS = {
|
||||
FLOOR = 1,
|
||||
SHADOW = 2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user