Recent content by iZma

  1. I

    How can I display an image with citro2d ?

    What do I need to do to draw text with c2d?
  2. I

    How can I display an image with citro2d ?

    Ok, thanks!
  3. I

    How can I display an image with citro2d ?

    Thanks! Also, for some reason when I press start it doesn't exit to the hombrew.
  4. I

    How can I display an image with citro2d ?

    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...
  5. I

    How can I display an image with citro2d ?

    It gives me an error or even the sprites don't even show up. I also tried code from a guy but the code gives me an error too.
  6. I

    How can I display an image with citro2d ?

    Sorry if I mess up with the post or something it's my first time in gbatemp
  7. I

    How can I display an image with citro2d ?

    I've been searching ways to display an image for a game I'm doing for the 3ds, I tried to do it with citro2d but I'm really confused. Any suggestions?