diff --git a/modules/ui.scm b/modules/ui.scm index 1168642..d6f120b 100644 --- a/modules/ui.scm +++ b/modules/ui.scm @@ -12,8 +12,12 @@ (srfi 4) (srfi 99)) +;; The main font for the game. (define base-font (font "../res/fonts/Felipa-Regular.ttf")) +;; Label is a generic text container. +;; Centered? here is a pair of booleans, basically +;; a mask saying which axis to center. (define-record-type