scratch-vm/src/playground
Christopher Willis-Ford eb931fd99b Specify dataFormat when loading asset for import
When importing a project we know the file extension for each asset to be
loaded. This change provides that information to the storage system so
that we can load assets which don't use the default. For example, this
allows loading JPG-format backdrops.

In support of this change, there's a new function on `StringUtil` called
`splitFirst`, which splits a string on the first instance of a separator
character. This change includes unit tests for this new function.
2017-05-24 15:35:10 -07:00
..
index.html Fix up most linting/merge errors 2017-04-26 16:50:53 -04:00
playground.css Use Webpack to generate the whole playground 2017-02-10 14:21:37 -08:00
playground.js Specify dataFormat when loading asset for import 2017-05-24 15:35:10 -07:00