feat: Add options to save the current world name/id to screenshot metadata/filenames

This commit is contained in:
Teacup
2023-02-11 18:30:53 -05:00
parent 8aae8f3b78
commit 0f3b8c732a
10 changed files with 265 additions and 6 deletions

View File

@@ -58,6 +58,10 @@ class GameLogService {
gameLog.photonId = args[1];
break;
case 'screenshot':
gameLog.screenshotPath = args[0]
break;
case 'vrc-quit':
break;