From b8f18d9da8f2023af37d5302b9bf0cbc6f83e95f Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Wed, 4 Mar 2026 13:43:21 +0100 Subject: Initial Commit --- src/main/resources/assets/note2input/icon.png | Bin 0 -> 280 bytes .../resources/assets/note2input/lang/en_us.json | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/main/resources/assets/note2input/icon.png create mode 100644 src/main/resources/assets/note2input/lang/en_us.json (limited to 'src/main/resources/assets') 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 Binary files /dev/null and b/src/main/resources/assets/note2input/icon.png 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 -- cgit v1.3-7-ge9ab