ENIGMA Forums
Development => Works in Progress => Topic started by: francot514 on December 15, 2014, 05:05:06 pm
-
Hi, i want to post you my latest idea for this engine, i want to use the platformer starter kick for enigma and will developt a game where you can construct the level, while play it, some kind of minecraft inspiration...
(http://oi62.tinypic.com/qxjtip.jpg)
Comment and give me suggestion or ask about the project...
-
Nice concept mate, I too have been planning for a while a realtime edit whilst you play concept, but did not have time to continue, sadly, but will do some similar stuff.
-
We actually planned on having this functionality built in, this is what "Design" mode under the build menu is just like Unity3D, but it hasn't worked since ENIGMA R3 and it needs Josh's new compiler. That said I like the improvements it looks like you've got a good start on your game! I would suggest bigger levels and more ghouls.
-
Thanks for your comments, any ideas or suggestion will be well recieved,
I would suggest bigger levels and more ghouls.
What do you mean, bigger levels, like scrolling and more enemies???
-
Yes exactly to add more replayability value to it. It needs more! (Y)
-
The problem is that it seems to enlarge screen size, when i get room width higher...
(http://i61.tinypic.com/snz0w2_th.jpg)
-
You can solve that by enabling viewports, and set the viewport to follow the player object. That should do the trick, you'll get the same window size and it will move through the room as the player moves.
Port is the size on screen, the view size is the size of the view in the room which is scaled to the port. If you would like I can make an example for you, just ask! (Y)