@soloslayer that’s something we’re thinking about adding, but it’s impossible to do that from an extension today. It needs to be done in MakeCode itself
ok, thank you for the answer
you should make this able to split screen the ray casting and make it where you can change the screen to split horizontally screen
It appears like it will not be supported:
Plus it would be pretty small then lol.
is there a way for it to split screen horizontally instead of vertically
Does it work with the raycasting extension?
The raycasting extension draws directly to the screen, and the performance would suffer so it’s not currently possible to do (and it most likely won’t be implemented).
so i used this on one of my games and for some reason using the extension keeps crashing it please help
@helpme can you give me a link to your project? I can’t diagnose the issue if I can’t see the code.
this extension does not work for me it just says failed to cast on undefiened
@uhhhhh please share a link to your project
i found how to fix it
now all we need is 4 player split screen for the online multiplayer
This is SO awesome! Can I ask why this hasn’t been integrated beyond an extension and added as a default code block/category?
@shoryuken we try to be very picky about what blocks we add to the default categories. Adding more is nice for power users, but it can be pretty intimidating to someone who is using arcade for the first time. That’s why we break extra functionality like this out into extensions.
I should probably make this an “official” extension, though, since people seem to like it. Then it will at least show up in the default list in the extension page.
i just needed a tilemap
https://arcade.makecode.com/S78129-52834-32092-55134 here, sorry for responding late i was in florida
Does this work with more than 2 players? Would this be too resource-expensive to attempt on hardware?
@Salex currently it’s only two players, but I’ll add support for more at some point! should be fine on hardware
@richard do you think you could add more effect blocks into the split screen extension pls? Like a “shake split camera by (num) pixels for (num) seconds” block?