Why can I can fall off the outer edges of my game?
Even though it looks like your level has limits, the game world is infinitely large. The visible level size is only a guide. To prevent the player from falling outside your level, block them off with tiles or solid objects. You could also code limits into the player script. For example, constantly check if the … Continue reading Why can I can fall off the outer edges of my game?
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed