Small changes

This commit is contained in:
Natsumi
2021-06-06 17:36:59 +12:00
parent 8e8552b631
commit 208c1a2f25
4 changed files with 37 additions and 18 deletions

View File

@@ -699,6 +699,7 @@ speechSynthesis.getVoices();
config: {},
isGameRunning: false,
isGameNoVR: false,
downloadProgress: 0,
lastLocation: {
date: 0,
location: '',
@@ -749,6 +750,7 @@ speechSynthesis.getVoices();
this.currentUserStatus = sharedRepository.getString('current_user_status');
this.isGameRunning = sharedRepository.getBool('is_game_running');
this.isGameNoVR = sharedRepository.getBool('is_Game_No_VR');
this.downloadProgress = sharedRepository.getInt('downloadProgress');
var lastLocation = sharedRepository.getObject('last_location');
if (lastLocation) {
this.lastLocation = lastLocation;