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