- added some of the first frames (though still incomplete themselves) for the first character.
- changed pos and size data for hitboxes from double to float
This commit is contained in:
@ -19,7 +19,7 @@ public class TestEngine {
|
||||
/*
|
||||
OpenAl TEST
|
||||
*/
|
||||
SoundManager soundManager = new SoundManager();
|
||||
/*SoundManager soundManager = new SoundManager();
|
||||
soundManager.init();
|
||||
|
||||
SoundListener soundListener = new SoundListener();
|
||||
@ -31,7 +31,7 @@ public class TestEngine {
|
||||
soundSource.setBuffer(jumpSoundBuffer.getBufferId());
|
||||
|
||||
soundManager.addSoundSource("jump", soundSource);
|
||||
// soundManager.playSoundSource("jump");
|
||||
// soundManager.playSoundSource("jump");*/
|
||||
|
||||
/*
|
||||
Engine Init
|
||||
@ -163,7 +163,7 @@ public class TestEngine {
|
||||
if (engine.shouldClose()) engine.setRunning(false);
|
||||
}
|
||||
|
||||
soundManager.cleanup();
|
||||
//soundManager.cleanup();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user