From 9589ba431934d639fb7d7ed1a20abafcbf347281 Mon Sep 17 00:00:00 2001 From: isen Date: Thu, 08 Oct 2009 05:55:00 +0000 Subject: just some changes --- (limited to 'addons/bubblemessage.py') diff --git a/addons/bubblemessage.py b/addons/bubblemessage.py index 0e75dc4..eb82ea3 100644 --- a/addons/bubblemessage.py +++ b/addons/bubblemessage.py @@ -19,9 +19,8 @@ class BubbleMessage(Action): message = TStringProperty("Message") # Create the position as an array of fixed-size 2 position = TArrayProperty([0,0], 2, 2) - #postion = TPositionProperty((0,0)) May be it will be not possible to modify the position with a TPositionProperty. #Create a list of tail positions as an array of N element : N to be defined... - tail_pos = TArrayOneTypeProperty([[0,0],[0,0],[0,0]], 2, 3) + tail_pos = TArrayOneTypeProperty([[0,0],[0,0],[0,0]], 3, 3) def __init__(self, message=None, pos=None, speaker=None, tailpos=None): -- cgit v0.9.1