-
Notifications
You must be signed in to change notification settings - Fork 3
Graphic
adjivas edited this page Oct 27, 2016
·
18 revisions
.cnt = neko configuration texel
.cns = neko configuration sprite
.neko
├── git
│ └── ...
├── texel/*.nct
├── sprite/*.ncs
└── lib/*.{so,dylib}
extension:
*.cnt
content:
# Comment
example:
# Texel('Character'):Emotion [Posture]
eyeLeft('a'):Malicious [Lotus, Lying, Joke]
eyeLeft a Malicious Lotus Lying Joke
extension:
*.cns
content:
# Expression \n Representation
Joke (posture)
_ _ _ _ _ _
_ _ eyeLeft(part):Malicious(emotion) eyeRight:Normal ...