这个游戏如何加载模块?

发布于 2024-12-06 01:33:11 字数 355 浏览 0 评论 0 原文

游戏使用 ig.module('impact.font').requires('impact.image ') 对于impact/font.js 但是当我通过 Google 开发者工具查看源代码时,我没有看到 impact/font.js

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感受沵的脚步 2024-12-13 01:33:11

所有代码都在 biolab.js 中。 “模块”不是外部文件(至少在代码传递到浏览器时不是)。

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).

南巷近海 2024-12-13 01:33:11

变量在 http://playbiolab.com/biolab.js 中定义。您还可以查看页面的源代码,然后搜索 (无需关闭 >),而不是从开发人员工具开始。

如果您无法理解代码,因为它是打包的,请使用 http://jsbeautifier.org

The variables are defined at http://playbiolab.com/biolab.js. Instead of starting with the developer tools, you can also view the source of the page, then search for <script (without closing >).

If you cannot understand the code, because it's packed, use http://jsbeautifier.org.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文