Autoformat

This commit is contained in:
lov3b 2020-12-08 17:02:09 +01:00
parent 75f08c40fb
commit d45e62091e

View File

@ -28,6 +28,7 @@ final color gron = color(0, 255, 0);
final color bla = color(0, 0, 255);
final color turkos = color(0, 255, 255);
final color svart = color(0);
// Images
PImage hill;
PImage sun;