mirror of
https://github.com/processing/processing4.git
synced 2026-02-21 22:35:36 +01:00
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
class Bug {
|
|
Bug() {
|
|
w = random(size)/3)+10;
|
|
}
|
|
}
|