The Belt

I made my own level editor for this game which is quite specific to my game…

But I thought perhaps it would be handy to post the code from a simplified version… written in C# VS2019… Runs on windows… perhaps useful to other people who are making similar games.

Just doing some last minute testing then I will post the code here… I assume its ok to post it here.

Basic idea is that you click and Alien… select their wave type… add a comment or message and add the row… in that way levels can be built up very quickly… You can load and save the tables… and when you click “Clipboard LUA” you get the LUA array for that level :slight_smile:

6 Likes

SimpleLevelMaker.zip (302.0 KB)

Commented C# code… Visual Studio 2019… Its a starting point…free to use.

2 Likes