From 94eed6bd64b048e6234b7bfccd0f4b39d3e955a3 Mon Sep 17 00:00:00 2001 From: isen Date: Mon, 05 Oct 2009 23:39:19 +0000 Subject: TarrayOneType and TPositionProperty ok --- (limited to 'addons') diff --git a/addons/bubblemessage.py b/addons/bubblemessage.py index b61a356..42a2e7e 100644 --- a/addons/bubblemessage.py +++ b/addons/bubblemessage.py @@ -25,6 +25,10 @@ class BubbleMessage(Action): # ?:;:.? # test = TPositionProperty((0,0)) + test2 = TArrayOneTypeProperty([position,tail_pos], 2, 2) + # + # + 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