I loaded the gif but it freezes after the first frame
PImage fightbg;
void setup() {
fullScreen();
fightbg = loadImage("fightbg.gif");
}
void draw(){
background(fightbg);
}
I loaded the gif but it freezes after the first frame
PImage fightbg;
void setup() {
fullScreen();
fightbg = loadImage("fightbg.gif");
}
void draw(){
background(fightbg);
}