Fonts and Menu

Added a font library and four fonts
Added Scene configuration
Added a Menu scene
Added intro text to menu (+ FADE!!!!!!)
This commit is contained in:
Zaponium 2023-08-31 20:48:42 +02:00
commit f68115733e
11 changed files with 106 additions and 34 deletions

6
scripts/fonts.lua Normal file
View file

@ -0,0 +1,6 @@
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)