summaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/note2input/icon.pngbin0 -> 280 bytes
-rw-r--r--src/main/resources/assets/note2input/lang/en_us.json21
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
new file mode 100644
index 0000000..3b4b0ca
--- /dev/null
+++ b/src/main/resources/assets/note2input/icon.png
Binary files differ
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