Changeset 192

Show
Ignore:
Timestamp:
02/27/06 17:03:23
Author:
miyagawa
Message:

Publish::MSAgent: added position option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Publish/MSAgent.pm

    r190 r192  
    2828    $char->Show(); 
    2929 
    30     $char->MoveTo(300,300); 
     30    my @pos = split /,\s*/, ($self->conf->{position} || "300,300"); 
     31    $char->MoveTo(@pos); 
    3132    sleep(5); 
    3233 
     
    107108      character: Merlin 
    108109      voice: male 
     110      position: 300,300 
    109111      animation: Announce 
    110112