Thief007 / swingamesdk

Automatically exported from code.google.com/p/swingamesdk
1 stars 2 forks source link

Resource Loading Screen #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add an option to display a loading screen while resources are loaded (from a 
resource bundle).

Allow this loading process to be controlled by the user.

1. Verbose loading mode using ctrl+v or cmd+v. Update resource loading code
so that interesting "verbose" details are actually there to show! :)
2.. "Step" mode (perhaps related to the "pause" process) which perform each
swingame loading step one-at-a-time and waits for user indication (enter,
any-key) to continue. With "verbose" mode this would help to determine what
is going wrong during loading.

Original issue reported on code.google.com by swinbr...@gmail.com on 2 Oct 2009 at 1:44