forked from townforge/townforge
game: switch "built a new building" toast icon to match news
This commit is contained in:
parent
018e977c7a
commit
2adef1dd14
@ -6796,7 +6796,7 @@ void CryptoCityUrho3D::NotifyEvents(const cc::game_events_t &events, std::set<ui
|
||||
if (!trade_msg.empty())
|
||||
ui->AddToastNotification(trade_msg.c_str(), "images/gold-coins.png");
|
||||
if (!building_msg.empty())
|
||||
ui->AddToastNotification(building_msg.c_str(), "images/building.png");
|
||||
ui->AddToastNotification(building_msg.c_str(), "images/farm.png");
|
||||
if (!sow_msg.empty())
|
||||
ui->AddToastNotification(sow_msg.c_str(), "images/seeds.png");
|
||||
if (!harvest_vegetables_msg.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user