Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/bubblemessage.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/bubblemessage.py')
-rw-r--r--addons/bubblemessage.py5
1 files changed, 4 insertions, 1 deletions
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.