You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
# https://sr.ht/~kikoodx/sle |
|
sle -tile-width 16 -tile-height 16 -level-width 25 -level-height 14 \ |
|
-editor-width 400 -editor-height 224 -editor-off-x 0 -editor-off-y 0 \ |
|
-editor-bg-color '#000000' -picker-bg-color '#000005' \ |
|
-tileset res/tset.png $@
|
|
|