Jump to content

Search the Community

Showing results for tags 'tileSprite html5'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Phaser is really challenging for me but I want to learn in more than anything in the world! (making bacon included). I am trying to make stages for my space shooter game which is in this repo https://github.com/jschomay/phaser-demo-game But, when i this part with another tileSprite for a map, it doesnt change, not until a long time. var starfield;function preload(){game.load.image('starfield', 'assets/newMap.png');} function create() { starfield = game.add.tileSprite(0, 0, 800, 600, 'starfield'); I noticed this when in my development I encountered an error and anything i did didnt change anything. not until the next day when I restarted my laptop and boom, It was working fine again; changes included. I am using an Apache server by the way.
×
×
  • Create New...