use the obvious name for the font global
Dependencies
- [2]
7RIDCIVGhandle scripts that change the font - [3]
IQW6KIILbugfix: changing font size - [4]
ZENSSO3Dpass remaining love handlers through - [5]
YV2GBDNWpreserve settings across restart - [6]
PRE6XPRNresponsively increase/decrease font height - [7]
ZM7NOBRMnew fork: carousel shell - [8]
RK2ASPN7add lots of buttons to the toolbar - [9]
6DJMOJKEsupport event handlers - [10]
4OMG2P5Eisolate editor UI from some app changes - [11]
HVXZLNCCsend errors from event handlers to output editor - [12]
FIUQJVL2first draft of load/save buttons
Change contents
- replacement in 0032-update_font_settings at line 3
CarouselFont = love.graphics.newFont(Font_height)love.graphics.setFont(CarouselFont)Font = love.graphics.newFont(Font_height)love.graphics.setFont(Font) - replacement in 0012-on.draw at line 13
love.graphics.setFont(CarouselFont)love.graphics.setFont(Font) - replacement in 0011-on.initialize at line 4
CarouselFont = love.graphics.newFont(Font_height)love.graphics.setFont(CarouselFont)Font = love.graphics.newFont(Font_height)love.graphics.setFont(Font)