Skip to content

Commit

Permalink
refresh font settings
Browse files Browse the repository at this point in the history
in case something changes them after init
  • Loading branch information
imminentgloom authored May 8, 2024
1 parent e7366eb commit 0e51424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions st-y.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ end
function scribe()
screen.level(1)
screen.move(3, 48)
screen.font_face(11)
screen.font_size(60)
screen.text(word)
end

Expand Down

0 comments on commit 0e51424

Please sign in to comment.