File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44 "win" : " 2.2074" ,
55 "android" : " 2.2074"
66 },
7- "version" : " v1.1.6 " ,
7+ "version" : " v1.1.7 " ,
88 "id" : " alphalaneous.editorsounds" ,
99 "name" : " Editor Sounds" ,
1010 "developer" : " Alphalaneous" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ int random(int min, int max) {
2020class $modify(MyEditorUI, EditorUI) {
2121
2222 static void onModify (auto & self) {
23- (void ) self.setHookPriority (" EditorUI::moveForCommand" , INT_MIN );
23+ (void ) self.setHookPriority (" EditorUI::moveForCommand" , - 1000 );
2424 }
2525
2626 struct Fields {
@@ -190,7 +190,9 @@ class $modify(MyEditorUI, EditorUI) {
190190 case EditCommand::BigRight:
191191 playSoundIfExists (" move_5.ogg" _spr);
192192 break ;
193- default : break ;
193+ default :
194+ playSoundIfExists (" move_2.ogg" _spr);
195+ break ;
194196 }
195197
196198 return ret;
You can’t perform that action at this time.
0 commit comments