Skip to content

Commit

Permalink
checkpoint Aerolab#1 - figuring out animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Powell-v2 committed Sep 19, 2019
1 parent ba6d419 commit a533005
Show file tree
Hide file tree
Showing 49 changed files with 198 additions and 1,092 deletions.
11 changes: 0 additions & 11 deletions Copyright

This file was deleted.

22 changes: 0 additions & 22 deletions LICENSE.txt

This file was deleted.

Binary file removed assets/blocks/custom/arrow.png
Binary file not shown.
Binary file removed assets/blocks/custom/leftHook.png
Binary file not shown.
Binary file removed assets/blocks/custom/leftZag.png
Binary file not shown.
Binary file removed assets/blocks/custom/line.png
Binary file not shown.
Binary file removed assets/blocks/custom/rightHook.png
Binary file not shown.
Binary file removed assets/blocks/custom/rightZag.png
Binary file not shown.
Binary file removed assets/blocks/custom/square.png
Binary file not shown.
6 changes: 3 additions & 3 deletions assets/css/_game.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
position: relative;
}
#tetris-play {
width: 250px;
height: 500px;
width: 500px;
height: 1000px;
margin: 0px auto;
}

Expand All @@ -26,4 +26,4 @@
padding: 20px;
vertical-align: middle;
}
}
}
Binary file removed assets/images/arrow-down.png
Binary file not shown.
Binary file removed assets/images/arrow-left.png
Binary file not shown.
Binary file removed assets/images/arrow-right.png
Binary file not shown.
Binary file removed assets/images/arrow-up.png
Binary file not shown.
Binary file added assets/images/bg_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/blockrain.png
Binary file not shown.
Binary file added assets/images/blocks/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blocks/left_hook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blocks/left_zag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blocks/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blocks/right_hook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blocks/right_zag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blocks/square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/brenger/Background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/brenger/Brenger logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/brenger/Van without wheels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/brenger/Van.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/brenger/Wheels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/brenger/playingfield.png
Binary file removed assets/images/feature-autoplay.png
Diff not rendered.
Binary file removed assets/images/feature-design.png
Diff not rendered.
Binary file removed assets/images/feature-plug.png
Diff not rendered.
Binary file removed assets/images/feature-responsive.png
Diff not rendered.
Binary file removed assets/images/feature-score.png
Diff not rendered.
Binary file removed assets/images/feature-speed.png
Diff not rendered.
Binary file removed assets/images/icon-sprite.png
Diff not rendered.
Binary file removed assets/images/kite.png
Diff not rendered.
404 changes: 0 additions & 404 deletions assets/images/logo.svg
Diff not rendered.
Binary file removed assets/images/sep.gif
Diff not rendered.
Binary file removed assets/images/slider-nav.png
Diff not rendered.
Binary file removed assets/images/social-card.png
Diff not rendered.
Binary file removed assets/images/vimbg.png
Diff not rendered.
78 changes: 0 additions & 78 deletions demo.html

This file was deleted.

4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concat = require("gulp-concat"),
header = require("gulp-header"),
zip = require("gulp-zip"),
runSequence = require('run-sequence');

var getVersion = function () {
info = require("./package.json");
return info.version;
Expand Down Expand Up @@ -59,7 +59,7 @@ gulp.task('dist', function () {


gulp.task('build', function(callback){
runSequence('clean',
runSequence('clean',
'js', 'css', 'blocks', 'readme', 'dist',
callback);
});
Expand Down
Loading

0 comments on commit a533005

Please sign in to comment.