Hi, I just downloaded de engine and I have a problem. I´ve got the background (of a track), the camera, and the rotating sprite of the car, all just like your example, but, when I start the game, all I see is a black background... ¿What I'm Missing?
I'm having the same problem. I don't even know why. I even got it to work by making a duplicate project and replacing the mario kart resources with my own, but then, when I try the same thing on a new project, it just shows black boxes indicating the backgrounds.
Edit: Found the problem. You need the following lines of code:
draw_set_color(c_white) draw_set_halign(fa_left) draw_set_alpha(1)
To initialize the primitive drawing. Otherwise, it stays at the default color (black).



Find content
Not Telling
