expo-processing/end.pde

6 lines
68 B
Plaintext
Executable File

void draw_end()
{
background(0);
image(movie, 0, 0);
}