Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Loading assets
  2. preloader.preload = function() {
  3.  
  4. Kiwi.State.prototype.preload.call( this );
  5.  
  6. this.addImage( "loadingImage", "{% static 'js/loadingImage.png' %}", true );
  7. };
Add Comment
Please, Sign In to add comment