Skip to content

Commit

Permalink
update v1.0.6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR committed Dec 3, 2024
1 parent e2b91d8 commit a831b2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Click Sounds Lite
This is the click sounds mod, except without the default click sound library and some other features.\
To use this, you'll need to select a sound file in the mod settings, otherwise it won't work.\
There are many other features that can be found in the mod settings.\
The mod settings can be opened from the gear icon in the bottom left corner or in the pause menu.\
There are many other features that can be found in the mod settings.
5 changes: 2 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
### 1.0.5
- Minor fix: Buttons for the Github and Discord links now work.
### 1.0.6
- Minor fix: Node-IDs is no longer required.
- Minor fix: Added sliders for volume control in the settings menu.
- Minor fix: Node-IDs is no longer required.
- Minor fix: Release sounds will no longer play when respawning or opening the pause menu.
- Minor fix: The settings button in the pause menu is now consistently sized across all devices.
- Minor fix: Jumping while in dual mode will now only play sounds once instead of twice.
- Minor fix: The settings button in the pause menu is now consistently sized across all devices.
4 changes: 3 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ bool integrityCheck(PlayerObject* object, PlayerButton Pressed) {
Level = Pl->m_level;
};

if (object->m_isSecondPlayer && !Level->m_twoPlayerMode || !object->m_isSecondPlayer) {
// this code doesnt work, commented out
/* if (object->m_isSecondPlayer && !Level->m_twoPlayerMode || !object->m_isSecondPlayer) {
return true;
} else {
return false;
}
*/
}

class $modify(PlayerObject) {
Expand Down

0 comments on commit a831b2f

Please sign in to comment.