begin moving text window when cursor goes off screen (currently, we only move the window when cursor goes backwards but this works fine and as expected)
This commit is contained in:
7
fcore/text-constants.sml
Normal file
7
fcore/text-constants.sml
Normal file
@@ -0,0 +1,7 @@
|
||||
structure TextConstants =
|
||||
struct
|
||||
val xSpace = 13
|
||||
val xSpace3 = xSpace * 3
|
||||
val ySpace = 25
|
||||
val fontSize : Real32.real = 30.0
|
||||
end
|
||||
Reference in New Issue
Block a user