ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.36 by elmex, Sun Apr 9 17:39:56 2006 UTC vs.
Revision 1.37 by root, Sun Apr 9 21:05:50 2006 UTC

870 870
871sub moveto { 871sub moveto {
872 my ($self, $x, $y) = @_; 872 my ($self, $x, $y) = @_;
873 873
874 $self->{moveto} = [$self->{x}, $self->{y}, $x, $y]; 874 $self->{moveto} = [$self->{x}, $self->{y}, $x, $y];
875 $self->{speed} = 0.01; 875 $self->{speed} = 0.2;
876 $self->{time} = 1; 876 $self->{time} = 1;
877 877
878 ::animation_start $self; 878 ::animation_start $self;
879} 879}
880 880

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines