bugfix: zoom in/out hotkeys
[?]
Jul 14, 2022, 6:29 AM
ELIVOJ4NG3XKL4X2D3WYUPAPPZPDT7QL6F55Y4ZZYNBX4WORU6ZACDependencies
- [2]
AVTNUQYRbasic test-enabled framework - [*]
OTIBCAUJlove2d scaffold - [*]
Z4KNS42Nto open a file without a terminal, drag it on!
Change contents
- edit in main.lua at line 131[5.7][2.1321]
function initialize_font_settings(font_height)Editor_state.font_height = font_heightlove.graphics.setFont(love.graphics.newFont(Editor_state.font_height))Editor_state.line_height = math.floor(font_height*1.3)Editor_state.em = App.newText(love.graphics.getFont(), 'm')end