File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
test/com/redomar/game/audio Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class Game extends Canvas implements Runnable {
2424
2525 // Setting the size and name of the frame/canvas
2626 private static final long serialVersionUID = 1L ;
27- private static final String game_Version = "v1.8.2 Alpha" ;
27+ private static final String game_Version = "v1.8.3 Alpha" ;
2828 private static final int WIDTH = 160 ;
2929 private static final int HEIGHT = (WIDTH / 3 * 2 );
3030 private static final int SCALE = 3 ;
@@ -74,7 +74,7 @@ public class Game extends Canvas implements Runnable {
7474
7575 /**
7676 * @author Redomar
77- * @version Alpha 1.8.2
77+ * @version Alpha 1.8.3
7878 */
7979 public Game () {
8080 context = InputContext .getInstance ();
Original file line number Diff line number Diff line change 1212 */
1313public class AudioEffectTest {
1414
15- @ Test
16- public void playSoundEffectAndSetVolume () {
17- AudioHandler sound = new AudioHandler ("/sfx/smallProjectile.wav" );
18- sound .setVolume (-15 );
19- sound .play ();
20- }
21-
2215 @ Test
2316 public void sfxFileExists () throws Exception {
2417 File sfx = new File ("res/sfx/smallProjectile.wav" );
You can’t perform that action at this time.
0 commit comments