Implement some chat colors/messages, coin drops, lobby lifecycle
This commit is contained in:
@@ -108,7 +108,10 @@ public class BossBars {
|
||||
m_gameBar.setColor(BarColor.RED);
|
||||
m_gameBar.setProgress(1.0);
|
||||
m_gameBar.setTitle("Game Over!");
|
||||
m_waveBar.setVisible(false);
|
||||
m_waveBar.setVisible(true);
|
||||
m_waveBar.setColor(BarColor.BLUE);
|
||||
m_waveBar.setTitle("Returning to lobby...");
|
||||
m_waveBar.setProgress(m_countdownProgress);
|
||||
m_bombBar.setVisible(false);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user