Hi, I tested the spritesheet example but my image doesn't appear on screen, this is my code:
#include <citro2d.h>
#include <time.h>
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define TOP_SCREEN_WIDTH 400
#define BOTTOM_SCREEN_WIDTH 320
#define...