3D World with Tilemaps and Sprites:
Hey guys, I've finished the basics of a plugin that bridges the gap between three.js, the 3D engine, and C2 and its IDE. Basically, you can convert any 2D game to a 3D environment and 2.5D sprite design, something very similar to DOOM or Wolfenstein, with the only difference being that you design the level using three layers: Layer 0 for the floor, Layer 1 for the walls, and Layer 2 for the ceiling. This allows you to change areas, scenery, etc. Although it's still basic, it's already usable. Besides the Pedro3D plugin, there's a Pedro_Camera behavior and another for displaying sprites in the 3D environment, Pedro_Billboard. I have the code for mouse and keyboard input like in an FPS, and I'm thinking of adding it as a separate plugin or behavior, since it's quite a bit of JavaScript and needs to accommodate the Custom Movement behavior.
I hope you like the demo, and again, if you want to try it, add it, or simply have it, let me know and we'll get in touch.
DEMO: https://3dworldc2.netlify.app/
UPDATE:
Hey guys, while playing around with the plugin, I thought of designing it with other features, like adding SCREENS, or visual shortcuts to a URL. This would allow for games that load or redirect to other games, or design or post-design stages, something like a DLC... I DON'T KNOW.
DEMO UPDATE:https://3dscreens.netlify.app/