generated from sage/tiny-ecs-love-template
38 lines
915 B
Lua
38 lines
915 B
Lua
-- GENERATED FILE - DO NOT EDIT
|
|
-- Instead, edit the source file directly: assets.lua2p.
|
|
|
|
-- luacheck: ignore
|
|
---@type love.Texture
|
|
DiceFive = love.graphics.newImage("assets/images/DiceFive.png")
|
|
|
|
-- luacheck: ignore
|
|
---@type love.Texture
|
|
DiceFour = love.graphics.newImage("assets/images/DiceFour.png")
|
|
|
|
-- luacheck: ignore
|
|
---@type love.Texture
|
|
DiceOne = love.graphics.newImage("assets/images/DiceOne.png")
|
|
|
|
-- luacheck: ignore
|
|
---@type love.Texture
|
|
DiceSix = love.graphics.newImage("assets/images/DiceSix.png")
|
|
|
|
-- luacheck: ignore
|
|
---@type love.Texture
|
|
DiceThree = love.graphics.newImage("assets/images/DiceThree.png")
|
|
|
|
-- luacheck: ignore
|
|
---@type love.Texture
|
|
DiceTwo = love.graphics.newImage("assets/images/DiceTwo.png")
|
|
|
|
|
|
|
|
|
|
-- luacheck: ignore
|
|
---@type fun(fontSize: number | nil): love.Font
|
|
EtBt7001Z0xa = function(fontSize)
|
|
return love.graphics.newFont("assets/fonts/EtBt7001Z0xa.ttf", fontSize)
|
|
end
|
|
|
|
|