egeres Posted June 13, 2017 Share Posted June 13, 2017 You can easily see what's the issue in this video I recorded : error.avi The problem is that once the camera starts following the player, speed increases and the collisions of the tilemap just doesn't work. My idea is to create a simple platformer, but I want very pixelated textures, so I "zoomed" by rescaling both, the player sprite and the layer of the tilemap. This is the code I'm using : https://pastebin.com/sNZ22tmu And here is the whole project folder : test_game.7z Does anyone has any idea of why this could be happening ? Link to comment Share on other sites More sharing options...
samme Posted June 14, 2017 Share Posted June 14, 2017 Maybe try removing layer.fixedToCamera = false; Link to comment Share on other sites More sharing options...
Recommended Posts