Skip to content

Commit

Permalink
Change location of assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfelsen committed Feb 8, 2016
1 parent a98fa22 commit 5c55ab4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/themes/ofxDatGuiTheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,16 @@ class ofxDatGuiTheme{

struct {
int size = 6;
string file = "ofxbraitsch/fonts/Verdana.ttf";
string file = "misc/ofxbraitsch/fonts/Verdana.ttf";
ofTrueTypeFont ttf;
void load(){ ttf.load(file, size); }
} font;

struct{
string rainbow = "ofxbraitsch/ofxdatgui/picker-rainbow.png";
string radioOn = "ofxbraitsch/ofxdatgui/icon-radio-on.png";
string radioOff = "ofxbraitsch/ofxdatgui/icon-radio-off.png";
string dropdown = "ofxbraitsch/ofxdatgui/icon-dropdown.png";
string rainbow = "misc/ofxbraitsch/ofxdatgui/picker-rainbow.png";
string radioOn = "misc/ofxbraitsch/ofxdatgui/icon-radio-on.png";
string radioOff = "misc/ofxbraitsch/ofxdatgui/icon-radio-off.png";
string dropdown = "misc/ofxbraitsch/ofxdatgui/icon-dropdown.png";
} icon;

static ofColor hex(int n)
Expand Down

0 comments on commit 5c55ab4

Please sign in to comment.