问题标签 [cocos2d-html5]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cocos2d-html5 - 启动 cocos2d-html 项目时如何去除初始背景图片?
最初,当 cocos2d-html5 项目启动时(在网络浏览器中),有一个显示 cocos2d 的背景图像。
如何删除或更改它?
这出现在加载屏幕之后。我在代码中的任何地方都找不到对它的引用。
javascript - Cocos2D-JS 无法加载从 CocosStudio 导出的 json 文件
我正在尝试加载从 cocosstudio v2.3.2 导出的 json 文件
我从sample-cocos2d-js-scene-gui-master
问题中得到了这段代码,我得到了这个错误:Can't find the parser : undefined
我该如何解决这个问题?
我对使用 javascript 很陌生,希望有人可以帮助我。谢谢你。