eskalon / pancake

A simple framework for libGDX games.
Other
7 stars 0 forks source link

Add asset reloading #11

Open crykn opened 12 months ago

crykn commented 12 months ago

The F5 key should trigger a call to EskalonInjector#reloadMembers on the current screen and throw a DependenciesReloadedEvent. See EskalonApplicationInputProcessor. The new keybind should also be mentioned in DebugInfoRenderer and the javadoc of AbstractEskalonApplication.