<!DOCTYPE html><html><head> <title></title> <script src="//cdn.jsdelivr.net/phaser/2.4.1/phaser.js"></script></head><body><script>var game = new Phaser.Game(288,505![圖片描述][1],Phaser.AUTO,'game'); //實例化一個Phaser的游戲實例 function preload(){ game.load.image('loading','assets/preloader.gif'); } function create(){ var preloadSprite=game.add.sprite(50,game.height/2,'loading'); game.add.setPreloadSprite(preloadSprite); }</script></body></html>
phaser.js方法setPreloadSprite不顯示
泛舟湖上清波郎朗
2018-11-08 09:11:24