Oops the credits font should not be bold.
This commit is contained in:
parent
1e91411687
commit
fcfcc9f21c
1 changed files with 1 additions and 1 deletions
2
game.scm
2
game.scm
|
@ -452,7 +452,7 @@
|
|||
(draw-level)
|
||||
(set-fill-color! context "#ffffff")
|
||||
(set-text-align! context "center")
|
||||
(set-font! context "bold 16px monogram")
|
||||
(set-font! context "normal 16px monogram")
|
||||
(set-vec2-y! *credits-scroll*
|
||||
(min (+ (vec2-y *credits-scroll*) 0.5)
|
||||
max-credits-scroll))
|
||||
|
|
Loading…
Add table
Reference in a new issue