(module (bd ui) () (import scheme (chicken base) (chicken module) raylib (imugi core) (imugi math) (imugi drawing) (imugi resource) (imugi input) (srfi 1) (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