VoidShot/scripts/fonts.lua
Zaponium f68115733e Fonts and Menu
Added a font library and four fonts
Added Scene configuration
Added a Menu scene
Added intro text to menu (+ FADE!!!!!!)
2023-08-31 20:48:42 +02:00

6 lines
No EOL
482 B
Lua

CloisterBlackLight = love.graphics.newFont("GFX/fonts/CloisterBlackLight-axjg.ttf", 20)
Dearkatie = love.graphics.newFont("GFX/fonts/Dearkatienbp-nZeg.ttf", 20)
Effexor_Intro = love.graphics.newFont("GFX/fonts/Effexor-AEm.ttf", 250)
Effexor_menu = love.graphics.newFont("GFX/fonts/Effexor-AEm.ttf", 100)
ScratchedCarPaint_Intro = love.graphics.newFont("GFX/fonts/ScratchedCarPaint-Kd57.ttf", 100)
ScratchedCarPaint = love.graphics.newFont("GFX/fonts/ScratchedCarPaint-Kd57.ttf", 50)