Skip to content

Commit

Permalink
updated screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
adammccartney committed Apr 29, 2021
1 parent 94b7572 commit 2c7c540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified img/guiScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ofApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//--------------------------------------------------------------
void ofApp::setup(){
ofSetVerticalSync(true);
ofBackground(238, 255, 153);
ofBackground(192,192,192);
ofSetFrameRate(60);
ofSetLogLevel(OF_LOG_VERBOSE);
vagRounded.load("vag.ttf", 24);
Expand Down

0 comments on commit 2c7c540

Please sign in to comment.