Jump to content

Search the Community

Showing results for tags 'roundedRectangle'.

  • 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. Hi everyone, I just encountered a strange bug - but I am not sure if it is actually a bug. In my game I have a rounded rectangle which I create like this: this.speechbubble = this.game.add.graphics(10,35);this.speechbubble.beginFill(0xffffff, 1).drawRoundedRect(0,0,width,height,5);If I set height to excatly 150 Pixel I get following error: "TypeError: s is null" which is somewhere deep in phaser.min.js This does not happen when using a height of 149 or 151 pixel. Cheers EDIT: It seems to connect with the roundness.... if I set the radius to something else than 5 it works with a width of 150.
×
×
  • Create New...