bring in cozette-sml so we can draw text

This commit is contained in:
2025-02-19 03:48:38 +00:00
parent 25b2c41355
commit 6ca2d379f7
4 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "vendored/brolib-sml"]
path = vendored/brolib-sml
url = https://github.com/hummy123/brolib-sml
[submodule "vendored/cozette-sml"]
path = vendored/cozette-sml
url = https://github.com/hummy123/cozette-sml

View File

@@ -1,5 +1,8 @@
structure Constants =
struct
val fontSpace = 13
val fontSize: Real32.real = 30.0
val worldWidth = 1920
val worldHeight = 1080
val worldWidthReal: Real32.real = 1920.0

View File

@@ -1,6 +1,8 @@
$(SML_LIB)/basis/basis.mlb
(* fcore *)
vendored/cozette-sml/fonts/cozette-ascii.mlb
fcore/constants.sml
fcore/level/collision.sml

1
vendored/cozette-sml Submodule

Submodule vendored/cozette-sml added at 25eee9f3e6