Veblettor / Sonic-LOVE2d

WIP Sonic Engine in LOVE2d
0 stars 0 forks source link

[Question] Is there some type of level editor for this? #1

Open GuglioIsStupid opened 1 week ago

GuglioIsStupid commented 1 week ago

It seems fun to mess around with

Veblettor commented 1 week ago

I actually did in fact make a chunk generator and level editor for this, just never released them until now. They output the files in the love2d save directory.

SonicLOVE2D ChunkGenerator .zip SonicLOVE2D Level Editor.zip

For the level editor, the controls are: WASD - Move camera Left Click - Place/Override Chunk Right Click - Delete Chunk 1 through 9 - Select chunk out of the page L/R arrow keys - Change page C - Copy chunk that your cursor is currently highlighting F4 - Save to file F5 - Load file

Perhaps one day I'll add more to this project when I'm not busy with other things.