My game is just a black screen. Please help me. https://arcade.makecode.com/S17991-24259-95540-96807
The 3D rendering extension completely takes over how your game is rendered and played, so if there’s nothing for it to render the screen is completely black. Toggling back to tilemap view mode lets you see the background image, but not much else. The easiest way to fix this is to remove the extension altogether, which can be done by going into JavaScript and removing the extension through the Explorer, but that can be confusing, so here’s a new version of your project with the extension removed for you:
When I removed the extension it sorted all the blocks, so they aren’t exactly where you had them before. To make your own copy of the new version you can click the link, click the “Show Code” button, and then click the box with the arrow in the top right (might be different if you aren’t on a phone).
fixed it. The problem was that ur using RAYCAST this doesn’t work well with platformer games so what I did was I removed the extension and it works no black screen here is the link
thanks so much
thank you