Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mouth.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-03-18 15:51:00 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-03-18 15:51:00 (GMT)
commitb83c581ae7adf96f0ba83ecc75ecb524b6ebef77 (patch)
tree535a6331e4c5e25cef141c2a7d01f9e674e38148 /mouth.py
parenteeb344112e2b0772d4aef7544e785cf8c0ded573 (diff)
more drawing sensibility
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index b01155a..851212d 100644
--- a/mouth.py
+++ b/mouth.py
@@ -80,7 +80,7 @@ class Mouth(gtk.DrawingArea):
self.context.fill()
# Draw the mouth
- volume = self.volume / 65535.
+ volume = self.volume / 30000.
mouthH = volume * bounds.height
mouthW = volume**2 * (bounds.width/2.) + bounds.width/2.
# T