Files
UltimateFishing/Assets/Resources/localization/localization_0.json
2026-02-21 16:45:37 +08:00

19 lines
536 B
JSON

[
{
"language_tag": "en_US",
"oculus_touch" : "Oculus Touch",
"oculus_hmd" : "Oculus Rift",
"/input/a" : "A Button",
"/input/b" : "B Button",
"/input/x" : "X Button",
"/input/y" : "Y Button",
"/input/joystick" : "Joystick",
"/input/remote_dpad/down" : "Dpad Down",
"/input/remote_dpad/up" : "Dpad Up",
"/input/remote_dpad/left" : "Dpad Left",
"/input/remote_dpad/right" : "Dpad Right",
"/input/remote_dpad/click" : "Dpad Click",
"/input/remote_back/click" : "Remote Back"
}
]