added new method to JSoundSystem to pause music. Previously, "pause" meant kill the music and "resume" effectively restarted the music. iOS will now pause and resume appropriately
modified pc and android impls to ensure new calls are made. These still have the same effective outcome (kill and start) until the equivalent is coded on these platforms to pause and resume the music. fixed bug with iOS sound effects not playing. Forgot to assign the key to the associated music sample
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
BOOL bannerIsVisible;
|
||||
}
|
||||
void pauseGame();
|
||||
void resumeGame();
|
||||
|
||||
@property (nonatomic, retain) id eaglView;
|
||||
@property (nonatomic, retain) UITextField *inputField;
|
||||
|
||||
Reference in New Issue
Block a user