/** * Copyright (c) 2021 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #include "sammy.h" void pokerCharacterSammyInit(vncharacter_t *vnc) { // Base Layer vnCharacterLayerAdd(vnc, 1, 0, 0, 0, 0, 731, 2122); // Layers vnc->layerEyes = vnCharacterLayerAdd(vnc, 4, 731, 0, 215, 264, 307, 213 ); vnc->layerMouth = vnCharacterLayerAdd(vnc, 12, 731, 213, 215, 264, 307, 213 ); vnc->layerEyebrows = vnCharacterLayerAdd(vnc, 5, 731, 426, 215, 264, 307, 213 ); }