https://github.com/jampekka/webtrajsim
Raw File
Tip revision: 61b0c3047004e8dfa7ee181975b13b94a3cf9668 authored by Jami Pekkanen on 28 December 2016, 19:53:27 UTC
Texture filtering tweaking
Tip revision: 61b0c30
config.js
// Generated by LiveScript 1.5.0
(function(){
  module.exports = function(System){
    return System.config({
      meta: {
        '*.ls': {
          loader: 'system-livescript'
        },
        '*.html': {
          loader: 'system-text'
        },
        '*/cannon.js': {
          format: 'cjs'
        }
      }
    });
  };
}).call(this);
back to top