mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
class Bug{
|
|
Bug(){
|
|
w = random(size)/3)+10;
|
|
}} |