Update score view properly upon death

This commit is contained in:
Sofia 2026-07-22 22:50:50 +03:00
parent 46591ce37a
commit c3e28c9465

View File

@ -36,6 +36,7 @@ impl IHBoxContainer for SimpleScoreView {
.on_goal() .on_goal()
.connect_other(s, |s| s.update_goals()); .connect_other(s, |s| s.update_goals());
} }
s.update_goals();
}); });
} }
} }