diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-18 17:40:55 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-18 17:40:55 +0100 |
| commit | c4fc08cc7238dfa310ed56e65a24df22c6bbb625 (patch) | |
| tree | 893cbeb6b5e135ae4e70b6754ba349bdf70021bc /gaunt01/src/bird.cpp | |
| parent | 3411448d999ce36b5fcb14ca4829435308cbd70a (diff) | |
trapdoor splashes etc
Diffstat (limited to 'gaunt01/src/bird.cpp')
| -rw-r--r-- | gaunt01/src/bird.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gaunt01/src/bird.cpp b/gaunt01/src/bird.cpp index d557d82..69549e0 100644 --- a/gaunt01/src/bird.cpp +++ b/gaunt01/src/bird.cpp @@ -68,7 +68,7 @@ void bird::drawShadow(){ ofRotate(90,0,0,1); ofRotate(90,-1,0,0); ofRotate(heading+90,0,1,0); - ofSetHexColor(0x000000); + ofSetHexColor(0x303030); ofTranslate(0,(-ofGetHeight()/4)+5,0); ofScale(.15,0,.15); model.drawAnimated(); |
