View Single Post
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,993

Violet CLM has disabled reputation

Feb 26, 2017, 12:48 PM
Violet CLM is offline
Reply With Quote
Code:
void onLevelLoad() {
	jjAnimSets[ANIM::CUSTOM[0]].load(0, "Camel.j2a");
}
void onDrawLayer8(jjPLAYER@, jjCANVAS@ screen) {
	screen.drawSprite(1,1, ANIM::CUSTOM[0], 0, 0);
}
Works fine for me, no errors. Saved as the only file in folder "0" in folder "0" in folder "Camel-j2a".
__________________