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