Preparation for textures, improved EventBus & events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user