EventBus now using thread; +Textures; +Audio; Cleaner structure

This commit is contained in:
Ondřej Hruška
2014-04-04 23:06:56 +02:00
parent 7f35d1d316
commit 53b7b02609
68 changed files with 1887 additions and 1929 deletions
+2 -9
View File
@@ -1,10 +1,9 @@
package mightypork.rogue;
import mightypork.rogue.display.DisplaySystem;
import mightypork.rogue.audio.SoundSystem;
import mightypork.rogue.input.InputSystem;
import mightypork.rogue.sounds.SoundSystem;
import mightypork.rogue.textures.TextureRegistry;
import mightypork.rogue.render.DisplaySystem;
import mightypork.utils.control.bus.EventBus;
@@ -39,12 +38,6 @@ public interface AppAccess {
abstract EventBus bus();
/**
* @return texture registry
*/
abstract TextureRegistry tx();
/**
* Quit to OS<br>
* Destroy app & exit VM