Skip to content

Commit

Permalink
Closes #262 Add an optional iOS "Tap to Play" interstitial button to …
Browse files Browse the repository at this point in the history
…Loader

BREAKING: start(ILoader) vs start(ILoadable) change

* Refactor loader to handle draw/update, add ILoader interface, extend Class

* Add ILoader

* Organize resources into folder

* Organize resources into folder

* Prevent loader from calling onprogress twice at 100%

* Add PausedAfterLoader support, docs, and visual tests including iOS

* Compile dists

* Switch to HTML element instead for iOS to work

* Compile dists

* Fix tslint and update docs

* Compile dists

* Recompile dists

* Try non-programmatic DOM element

* Compile dists

* Add webaudio unlocker for iOS and call it after triggering play

* Compile dists

* Fix indentation

* Update docs

* Compile dists
  • Loading branch information
kamranayub authored and eonarheim committed May 26, 2016
1 parent a6aa4b2 commit 8a5c868
Show file tree
Hide file tree
Showing 27 changed files with 7,689 additions and 6,674 deletions.
2 changes: 1 addition & 1 deletion GruntFile.js
Expand Up @@ -150,7 +150,7 @@ module.exports = function (grunt) {
//
visual: {
command: function() {
var files = grunt.file.expand("./sandbox/web/tests/*/*.ts");
var files = grunt.file.expand("./sandbox/web/tests/**/*.ts");
return '<%= tscCmd %> ' + files.join(' ');
},
options: {
Expand Down
Binary file modified dist/Excalibur.0.6.0.nupkg
Binary file not shown.

0 comments on commit 8a5c868

Please sign in to comment.