Jump to content

Search the Community

Showing results for tags 'pile'.

  • 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, im trying to get tile my character is colidateing with, function that i call on colision loks like that: hitTile = function(character_body,tile_body){ var tile = map.getTile(layer_walls.getTileX(tile_body.x),layer_walls.getTileX(tile_body.y));}and I get tile, but not one I was expecting.... it's more like random tile, sometimes its this tile, sometimes it's different tile . in most cases it's not tile my character is standing on. also I have camera fallow on my character and maby I'm wrong but I think that on camera starting position I'm getting right tiles but when camera starts moving to fallow my character i'm getting just some random tiles.
×
×
  • Create New...