Graphic - adjivas/Neko GitHub Wiki

Graphic

Path

.cnt = neko configuration texel
.cns = neko configuration sprite

.neko
├── git
│  └── ...
├── texel/*.nct
├── sprite/*.ncs
└── lib/*.{so,dylib}

Dictionary of texel

extension:
*.cnt
content:

# Comment  
example:  
# Texel('Character'):Emotion [Posture]  
eyeLeft('a'):Malicious [Lotus, Lying, Joke]  
eyeLeft a Malicious Lotus Lying Joke

Dictionary of Sprite

extension:
*.cns
content:

# Expression \n Representation
Joke (posture)
_ _ _ _ _ _
_ _ eyeLeft(part):Malicious(emotion) eyeRight:Normal ...