delete some fonts (I had the wrong resolution set for them so they needed to be redone), and add lower case g-m
This commit is contained in:
@@ -2,7 +2,7 @@ structure Constants =
|
||||
struct
|
||||
val windowWidth = 1000
|
||||
val windowHeight = 900
|
||||
val initialNumClickPoints = 11
|
||||
val initialNumClickPoints = 15
|
||||
|
||||
val graphVertexShaderString =
|
||||
"#version 300 es\n\
|
||||
|
||||
@@ -11,7 +11,7 @@ struct
|
||||
datatype parse_result = OK of AppType.triangle list | PARSE_ERROR
|
||||
|
||||
val structureName = "UpperCaseG"
|
||||
val filename = "fonts/box.dsc"
|
||||
val filename = "fonts/lower-case-m.dsc"
|
||||
val exportFilename = "fonts/upper-case-h.sml"
|
||||
|
||||
fun ndcToLerpX num =
|
||||
|
||||
Reference in New Issue
Block a user