~kikoodx/jle

Juicy (as in game feel) level editor
level creation
embed 'unknown.png'
separate KBLE module

clone

read-only
https://git.sr.ht/~kikoodx/jle
read/write
git@git.sr.ht:~kikoodx/jle

You can also use your local clone with git send-email.

#Juicy Level Editor

#Run

$ git clone https://git.sr.ht/~kikoodx/jle && cd jle
$ go run *.go
# or
$ go get -u git.sr.ht/~kikoodx/jle

#Usage

Command line arguments:

$ go run *.go -h

INI config file:

$ cat jle.ini
  • Arrow keys: move view
  • Mousewheel: zoom in and out
  • Ctrl+Mousewheel: cycle through tile selection
  • Left click: place previewed tile at mouse position
  • Right click: destroy tile at mouse position
  • Middle click: set previewed tile to the one at mouse position
  • R key: reload tileset
  • S key: save level

#License

Copyright (c) 2021 KikooDX

This software is under the MIT License. See LICENSE for more informations.

#Credits

unknown.png is derivated work from an asset created by Tammy Spahn.