Skip to content

Commit

Permalink
Add nyan cat
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Sep 30, 2012
1 parent 08c1562 commit ff40d2a
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Binary file added data/anim-nyancat/frame1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame11.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame12.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame8.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/anim-nyancat/frame9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions domeTransmitter.pde
Expand Up @@ -16,14 +16,14 @@ boolean VERTICAL = false;
int FRAMERATE = 25; int FRAMERATE = 25;
int TYPICAL_MODE_TIME = 300; int TYPICAL_MODE_TIME = 300;


float bright = .1; // Global brightness modifier float bright = 1; // Global brightness modifier


Routine drop = new Seizure(); Routine drop = new Seizure();
Routine pong = new Pong(); Routine pong = new Pong();
Routine backupRoutine = null; Routine backupRoutine = null;


Routine[] enabledRoutines = new Routine[] { Routine[] enabledRoutines = new Routine[] {
// new Animator("anim-nyancat",10,.2,0,0,-10), new Animator("anim-nyancat",1,.5,0,0,0),
new Bursts(), new Bursts(),
// new Chase(), // new Chase(),
new ColorDrop(), new ColorDrop(),
Expand Down

0 comments on commit ff40d2a

Please sign in to comment.