Add GameLog entries for resource loading (#513)

* add log entries for resource loading

* add config for resource loading
This commit is contained in:
BoatFloater
2023-03-24 23:57:55 +09:00
committed by GitHub
parent 11f1f8063e
commit 3f0a479e1a
9 changed files with 151 additions and 2 deletions

View File

@@ -41,6 +41,11 @@ class GameLogService {
gameLog.displayName = args[1];
break;
case 'resource-load':
gameLog.resourceUrl = args[0];
gameLog.resourceType = args[1];
break;
case 'video-sync':
gameLog.timestamp = args[0];
break;