回答編集履歴
1
見直しキャンペーン中
test
CHANGED
@@ -181,8 +181,7 @@
|
|
181
181
|
}
|
182
182
|
```
|
183
183
|
|
184
|
-
Button.pde
|
185
|
-
```Processing
|
184
|
+
```Processing:Button.pde
|
186
185
|
// [ボタンとシーン遷移の実装【Processing】 - トーフメモ](https://tofgame.hatenablog.com/entry/2019/07/18/175359)
|
187
186
|
class Button {
|
188
187
|
float x, y;
|
@@ -267,8 +266,7 @@
|
|
267
266
|
}
|
268
267
|
```
|
269
268
|
|
270
|
-
ParticleSystem.pde
|
269
|
+
```Processing:ParticleSystem.pde
|
271
|
-
```Processing
|
272
270
|
// [Simple Particle System / Examples / Processing.org](https://processing.org/examples/simpleparticlesystem.html)
|
273
271
|
// をベースに小改造(文字列を一文字ずつばらばらに四散させる)運動する粒子で表現される事象
|
274
272
|
class ParticleSystem {
|