Added random splash images

Also added a rough class scheme of the editor for future use.
This commit is contained in:
unsettledgames
2021-04-27 11:00:27 +02:00
parent d9ae5dd21b
commit 079ea38e63
19 changed files with 72 additions and 4 deletions

View File

@ -17,6 +17,9 @@ console.log('Building Pixel Editor');
function copy_images(){
gulp.src('./images/*.png')
.pipe(gulp.dest(path.join(BUILDDIR, SLUG)));
gulp.src('./images/Splash images/*.png')
.pipe(gulp.dest(path.join(BUILDDIR, SLUG)));
}
function render_js(){