Skip to content

Commit 24a1570

Browse files
authored
Add eye gain log messages
1 parent 569a7b9 commit 24a1570

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

VRCFTPicoModule/Assets/Locales/en-US.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"expression-tracking": "Expression Tracking",
1414
"init-failed": "Initialization failed, exception: {0}",
1515
"update-timeout": "Receive data timed out",
16-
"update-failed": "Update failed with exception: {0}"
16+
"update-failed": "Update failed with exception: {0}",
17+
"eye-gain-loaded": "Eye gain loaded: X={0}, Y={1}",
18+
"eye-gain-invalid": "Invalid eye_gain.txt format: \"{0}\"",
19+
"eye-gain-not-found": "eye_gain.txt not found, using default values",
20+
"eye-gain-disabled": "Eye gain disabled",
21+
"eye-gain-failed": "Failed to read eye_gain.txt"
1722
}

0 commit comments

Comments
 (0)