Grammar Mistake

pull/454/head
Okirshen 1 year ago committed by GitHub
parent 7d3961cb76
commit 0e3483df39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,7 +211,7 @@ pub fn start() {
sound_system.queue(sound_pack.bounce());
}
state::Event::Resize(width, height) => {
// TODO: their should be a system that handles this
// TODO: there should be a system that handles this
state.player1_score.position = (width * 0.25, 20.0).into();
state.player2_score.position = (width * 0.75, 20.0).into();
state.win_text.position = (width * 0.5, height * 0.5).into();

Loading…
Cancel
Save