diff options
| author | Elis Eriksson <Spelis@duck.com> | 2026-03-04 13:43:21 +0100 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2026-03-04 13:43:21 +0100 |
| commit | b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f (patch) | |
| tree | 30cf5444509f97fadfd343b2f379cc3df06bc424 /src/main/resources/assets | |
| download | note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.tar note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.tar.gz note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.tar.bz2 note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.tar.lz note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.tar.xz note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.tar.zst note2input-b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f.zip | |
Initial Commit
Diffstat (limited to 'src/main/resources/assets')
| -rw-r--r-- | src/main/resources/assets/note2input/icon.png | bin | 0 -> 280 bytes | |||
| -rw-r--r-- | src/main/resources/assets/note2input/lang/en_us.json | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/assets/note2input/icon.png b/src/main/resources/assets/note2input/icon.png Binary files differnew file mode 100644 index 0000000..3b4b0ca --- /dev/null +++ b/src/main/resources/assets/note2input/icon.png diff --git a/src/main/resources/assets/note2input/lang/en_us.json b/src/main/resources/assets/note2input/lang/en_us.json new file mode 100644 index 0000000..54ca3c5 --- /dev/null +++ b/src/main/resources/assets/note2input/lang/en_us.json @@ -0,0 +1,21 @@ +{ + "key.look_left": "Look Left", + "key.look_right": "Look Right", + "key.look_up": "Look Up", + "key.look_down": "Look Down", + + "config.note2input.title": "Note2Input Settings", + + "config.note2input.category.general": "General", + "config.note2input.category.keys": "Keybindings", + + "config.note2input.enable": "Enable Mod", + "config.note2input.input_threshold": "Input Threshold", + "config.note2input.feedback_threshold": "Feedback Threshold", + "config.note2input.gain": "Gain", + + "config.note2input.input_device": "Input Device", + "config.note2input.output_device": "Feedback Output Device", + + "config.note2input.note_to_key": "Bind for %s" +}
\ No newline at end of file |
