expo-processing/end.pde

6 lines
68 B
Plaintext
Raw Normal View History

2020-11-22 18:27:22 +00:00
void draw_end()
{
background(0);
image(movie, 0, 0);
}