added loader file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function preload() {
|
||||
img1 = loadImage('assets/wallpaper/elphantJap.jpg');
|
||||
img1 = loadImage('assets/wallpaper/Space-Nebula.png');
|
||||
}
|
||||
|
||||
function setup() {
|
||||
|
||||
2
sketches/sketchList.txt
Normal file
2
sketches/sketchList.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
2images.js, calmCircles.js, Cubes.js, image.js, imageNoice.js, labyrinth.js,
|
||||
RecursiveCubes.js
|
||||
1
sketches/sketchListGen.sh
Executable file
1
sketches/sketchListGen.sh
Executable file
@@ -0,0 +1 @@
|
||||
ls -F *.js -m | tee sketchList.txt
|
||||
Reference in New Issue
Block a user