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:
parent
f17795c911
commit
f68115733e
11 changed files with 106 additions and 34 deletions
6
scripts/fonts.lua
Normal file
6
scripts/fonts.lua
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue