diff gamelib/constants.py @ 53:3d460c1274ee

Add button size constant
author Neil Muller <neil@dip.sun.ac.za>
date Mon, 23 Aug 2010 12:57:06 +0200
parents 177e3a7825e8
children 158a13a48d48
line wrap: on
line diff
--- a/gamelib/constants.py	Mon Aug 23 12:46:51 2010 +0200
+++ b/gamelib/constants.py	Mon Aug 23 12:57:06 2010 +0200
@@ -6,3 +6,5 @@
 BITSIZE = -16  # unsigned 16 bit
 CHANNELS = 2   # 1 == mono, 2 == stereo
 BUFFER = 1024  # audio buffer size in no. of samples
+
+BUTTON_SIZE = 50