Update online_match_manager.js
This commit is contained in:
parent
e262eb5b79
commit
cb0e81fbdf
@ -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
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user