@@ -182,9 +182,9 @@ this(Map m) { noMessageFilter(); this.m = m; - this.text = "Dark Integers"; + this.text = .text("Score: ", score, " air[",m.water_proof-m.underwater,"]"); this.keyDown ~= &myKey; this.score = 0; } override void onResize(EventArgs ev) { @@ -265,9 +265,9 @@ writeln(); writeln("Score: ", score); Application.exit(); } - this.text = .text("Score: ", score); + this.text = .text("Score: ", score, " air[",m.water_proof-m.underwater,"]"); invalidate(); } }