This game uses ig.module('impact.font').requires('impact.image') for impact/font.js
but when i see source code via Google Developer Tools i dont see <script> for impact/font.js (in http://playbiolab.com page) Why? how do they load them?
This game uses ig.module(‘impact.font’).requires(‘impact.image’) for impact/font.js but when i see source code via Google
Share
All the code is in biolab.js. The ‘modules’ aren’t external files (at least not by the time the code is delivered to the browser).