Update online_match_manager.js

This commit is contained in:
2019-03-31 16:38:34 +02:00
committed by GitHub
parent e262eb5b79
commit cb0e81fbdf

View File

@ -261,7 +261,7 @@ class OnlineMatchManager
}
else
{
status_mesage("Game over, you lost!");
this.info_func("Game Over, you lost!");
control_head += "You lost";
this.control_container.set_background_color(this.online_opponent.get_color_with_alpha(0.4));
}
@ -326,4 +326,4 @@ class OnlineMatchManager
}
}
}