This commit is contained in:
Evan Pratten 2021-10-04 17:12:57 -04:00
parent 3197bdc2bc
commit 77d4799aa4

View File

@ -52,7 +52,7 @@ impl Action<Scenes, ScreenError, GameContext> for LevelSelectScreen {
if let Err(e) = context.discord_rpc_send.send(Some(
ActivityBuilder::default()
.details("learning how to play")
.details("choosing fate")
.assets(
Assets::default().large("game-logo-small", Some(context.config.name.clone())),
),