rework/rendering #36
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user