wdlindmeier / Most-Pixels-Ever-Cinder

Cinder block for Most Pixels Ever big-screens framework
35 stars 8 forks source link

Support loading settings with Windows resources #3

Closed wdlindmeier closed 11 years ago

wdlindmeier commented 11 years ago

Add the option of loading a settings file as a resource (with loadResource) rather than as an asset. This is supported with Cocoa but not with Windows.

wdlindmeier commented 11 years ago

Moved the file loading logic out of the MPEClient and into the MPEApp. Windows users can now point directly to the resource rather than a path.