Jump to content

Search the Community

Showing results for tags 'smoothed'.

  • 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 4 results

  1. I've got a pixel art image of a planet. If I use game.stage.smoothed = false; when I start rotating the image it gets fuzzy and looks... shitty... here's the basic code that rotates the planet: update: function () { if ((game.input.keyboard.isDown(Phaser.Keyboard.RIGHT) || this.mobileMoveRight) && this.gameLogic.showingMenu == false) { // some other code ... this.groupPlanet.rotation -= 0.003; } } NOTE: the fuzziness appears ONLY if game.stage.smoothed = false; Can anyone explain to me what is the issue and if there's a workaround? Thanks in advance!
  2. Hi to everybody, i'm testing phaser (v2.6.2) writing some simple codes, during the last one i've noticed a strange behaviour, check the jsfiddle: https://jsfiddle.net/7863Lx90/2/ Only initializing with Phaser.WEBGL or AUTO if you move with the arrows the sprite to the left (or top) border the sprite become smoothed, why this happens? Thank you very much for your help. Update 1: if someone needs more info please ask, thank you. Best regards
  3. Pepa489

    Tile Sprite

    Hello, i have problem with smoothing on tilesprite(not working). My code var background = game.add.tileSprite(0,0,50,50, 'Background')background.scale.set(10);background.smoothed = false;
  4. Hi everyone, I'm making a doodle jump remake. My base game is 52 by 100 for easy scaling for devices with 16:9. However when on the scaled size all my sprites are antialiased How can I make my sprites back to pixelart ? Thanks in advance doodle jump remake.zip
×
×
  • Create New...