Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasprites.py
diff options
context:
space:
mode:
authorU-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-08 23:39:14 (GMT)
committer U-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-08 23:39:14 (GMT)
commit68095338e340122c0c78793ed7cdaf2d0df4835e (patch)
treea911b095de0be440d97c4ca5efe589cbf0001428 /tasprites.py
parenta705ec6401be821f25147470c668f5de2d273ef8 (diff)
Added Spanish blocks
Diffstat (limited to 'tasprites.py')
-rwxr-xr-xtasprites.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasprites.py b/tasprites.py
index a10612c..6524219 100755
--- a/tasprites.py
+++ b/tasprites.py
@@ -100,7 +100,7 @@ def draw_label2(spr, label):
sheight = pl.get_size()[1]/pango.SCALE
centery = spr.y+spr.height/2
spr.tw.gc.set_foreground(spr.tw.textcolor)
- spr.tw.area.draw_layout(spr.tw.gc,spr.x+50,centery-sheight/2,pl)
+ spr.tw.area.draw_layout(spr.tw.gc,spr.x+70,centery-sheight/2,pl)
def getpixel(image,x,y):