Array of Images-Getting the same errors

后端 未结 0 1378
栀梦
栀梦 2021-01-04 00:38

Whenever I write this code:

PImage[] flowers=new PImage[3];
Bubble[] bubbles=new Bubble[5];

void setup() {
size(640, 360);
for(int i=0; i

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题