fate
This commit is contained in:
parent
3197bdc2bc
commit
77d4799aa4
@ -52,7 +52,7 @@ impl Action<Scenes, ScreenError, GameContext> for LevelSelectScreen {
|
|||||||
|
|
||||||
if let Err(e) = context.discord_rpc_send.send(Some(
|
if let Err(e) = context.discord_rpc_send.send(Some(
|
||||||
ActivityBuilder::default()
|
ActivityBuilder::default()
|
||||||
.details("learning how to play")
|
.details("choosing fate")
|
||||||
.assets(
|
.assets(
|
||||||
Assets::default().large("game-logo-small", Some(context.config.name.clone())),
|
Assets::default().large("game-logo-small", Some(context.config.name.clone())),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user