Skip to content

Commit 2c8cf2e

Browse files
committed
Show version number in window title
1 parent dd98988 commit 2c8cf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/main.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function initVideo()
377377
$pref::Video::FSAALevel = 0;
378378
}
379379

380-
$canvasCreated = createCanvas("Marble Blast Ultra!");
380+
$canvasCreated = createCanvas("Marble Blast Ultra! - 1.17.2");
381381

382382
// We need to set up Gamma Ramp here so that the splash screens are affected.
383383

0 commit comments

Comments
 (0)