johnsmitherson

Results 2 comments of johnsmitherson

The problem I have is that smaller player is eaten only if it is in the center of bigger player, no matter what the size different. Can someone show what...

> You basically just need to put a graph.setTransform(x, 0, 0, x, 0, 0); inside the app.js file in the gameloop function and just after graph.fillRect(0, 0, global.screenWidth * zoomfactor...