Add default font and license
This commit is contained in:
@@ -14,7 +14,7 @@ fun main() = application {
|
||||
|
||||
program {
|
||||
val image = loadImage("data/images/pm5544.png")
|
||||
val font = loadFont("data/fonts/IBMPlexMono-Regular.ttf", 64.0)
|
||||
val font = loadFont("data/fonts/default.otf", 64.0)
|
||||
|
||||
extend {
|
||||
drawer.drawStyle.colorMatrix = tint(ColorRGBa.WHITE.shade(0.2))
|
||||
@@ -28,4 +28,4 @@ fun main() = application {
|
||||
drawer.text("OPENRNDR", width / 2.0, height / 2.0)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user