From c7957e876fdc012af627f0cfacca019daffbbaad Mon Sep 17 00:00:00 2001 From: isen Date: Fri, 25 Sep 2009 03:44:47 +0000 Subject: propriété position, tuple de deux int (sans contraintes) --- (limited to 'addons') diff --git a/addons/bubblemessage.py b/addons/bubblemessage.py index a859ef8..b61a356 100644 --- a/addons/bubblemessage.py +++ b/addons/bubblemessage.py @@ -21,7 +21,10 @@ class BubbleMessage(Action): position = TArrayProperty([0,0], 2, 2) # Do the same for the tail position tail_pos = TArrayProperty([0,0], 2, 2) - + # + # ?:;:.? + # + test = TPositionProperty((0,0)) def __init__(self, message=None, pos=None, speaker=None, tailpos=None): """ Shows a dialog with a given text, at the given position on the screen. -- cgit v0.9.1