-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure sound is not cleared midway (fix possible crash)
Fixed non-muffled sounds non being removed from the muffled screen Fixed muffled and play sound button tooltips being just bad Other small gui fixes
- Loading branch information
Showing
7 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Made logo square and added the issues page for better compat with ModMenu. | ||
|
||
Fixed null crashes. | ||
Make sure sound is not cleared midway (fix possible crash) | ||
Fixed non-muffled sounds non being removed from the muffled screen | ||
Fixed muffled and play sound button tooltips being just bad | ||
Other small gui fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-16 Bytes
(100%)
Common/src/main/resources/assets/extremesoundmuffler/textures/gui/sm_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-27 Bytes
(100%)
Common/src/main/resources/assets/extremesoundmuffler/textures/gui/sm_gui_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Project | ||
modversion = 39 | ||
modversion = 40 | ||
group=com.leobeliik.extremesoundmuffler | ||
|
||
# Common | ||
|