Skip to content

Commit 3953703

Browse files
committed
New splash image
1 parent 0c39b27 commit 3953703

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/app/ui/Start.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Start {
2929
companion object {
3030
@JvmStatic
3131
fun main(args: Array<String>) {
32-
val splash = Platform.getContentFile("lib/about-2x.png")
32+
val splash = Platform.getContentFile("lib/about-processing.png")
3333
val image = ImageIO.read(splash).toComposeImageBitmap()
3434
val duration = 200
3535
val timeMargin = 50
710 KB
Loading

0 commit comments

Comments
 (0)