generate first 5 upper case letters (A-E)

This commit is contained in:
2024-09-20 22:29:06 +01:00
parent 2098a4eda7
commit 4c5df92a0a
14 changed files with 54 additions and 244 deletions

View File

@@ -2,7 +2,7 @@ structure Constants =
struct
val windowWidth = 1000
val windowHeight = 900
val initialNumClickPoints = 26
val initialNumClickPoints = 11
val graphVertexShaderString =
"#version 300 es\n\