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