Jump to content

hellovoid

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Ukraine

hellovoid's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Just published Silicon Rush https://play.google.com/store/apps/details?id=com.danny.siliconrush
  2. You should use; var nextSpawnStar = 0;spawnStarLoop: function () { // spawn star every 800 ms nextSpawnStar += this.game.time.elapsed; if(nextSpawnStar >= Phaser.Timer.SECOND * 0.8) { nextSpawnStar -= Phaser.Timer.SECOND * 0.8; this.spawnStar(); } },
×
×
  • Create New...