( begin auto-generated from setup.xml ) The setup() function is called once when the program starts. It's used to define initial enviroment properties such as screen size and background color and to load media such as images and fonts as the program starts. There can only be one setup()</
()
| 1815 | * @see PApplet#draw() |
| 1816 | */ |
| 1817 | public void setup() { |
| 1818 | } |
| 1819 | |
| 1820 | /** |
| 1821 | * ( begin auto-generated from draw.xml ) |