Small C library to deal with simple sprites in ncurses, with a raylib extension to reuse assets. Includes python scripts to convert png sprites to a char representation.
GNU General Public License v3.0
2
stars
0
forks
source link
[FEATURE] Deprecate direct s4c-script vendoring #87
As of version
0.4.3
, the./scripts
directory contains some wrappers that should emulate previous behaviour.This is
sprites.py
, for example:The
import
works by leveraging a symlink for./scripts/s4c
:./scripts/s4c -> ./s4c-scripts/s4c
.The old versions of the scripts are available under
./scripts-legacy
.Eventually, these will be removed. The patch needed in any
Makefile
using the scripts directly would be something like this: