Preparation for textures, improved EventBus & events

This commit is contained in:
Ondřej Hruška
2014-04-02 18:43:07 +02:00
parent cf4e6e0a6d
commit 7f35d1d316
39 changed files with 598 additions and 394 deletions
+7
View File
@@ -4,6 +4,7 @@ package mightypork.rogue;
import mightypork.rogue.display.DisplaySystem;
import mightypork.rogue.input.InputSystem;
import mightypork.rogue.sounds.SoundSystem;
import mightypork.rogue.textures.TextureRegistry;
import mightypork.utils.control.bus.EventBus;
@@ -38,6 +39,12 @@ public interface AppAccess {
abstract EventBus bus();
/**
* @return texture registry
*/
abstract TextureRegistry tx();
/**
* Quit to OS<br>
* Destroy app & exit VM