mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00:00
Adds session playtime to gameInfo for Rich Presence (#738)
* Add rich presence support * Adds playtime to gameInfo
This commit is contained in:
parent
60f86c85ce
commit
8707213e88
@ -1971,6 +1971,7 @@ export default class BattleScene extends SceneBase {
|
|||||||
|
|
||||||
updateGameInfo(): void {
|
updateGameInfo(): void {
|
||||||
const gameInfo = {
|
const gameInfo = {
|
||||||
|
playTime: this.sessionPlayTime ? this.sessionPlayTime : 0,
|
||||||
gameMode: this.currentBattle ? this.gameMode.getName() : 'Title',
|
gameMode: this.currentBattle ? this.gameMode.getName() : 'Title',
|
||||||
biome: this.currentBattle ? getBiomeName(this.arena.biomeType) : '',
|
biome: this.currentBattle ? getBiomeName(this.arena.biomeType) : '',
|
||||||
wave: this.currentBattle?.waveIndex || 0,
|
wave: this.currentBattle?.waveIndex || 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user