lib/tools/shift.rb in tracksperanto-3.5.9 vs lib/tools/shift.rb in tracksperanto-4.0.0
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
# This tool moves the keyframs by a preset number of pixels
class Tracksperanto::Tool::Shift < Tracksperanto::Tool::Base
parameter :x_shift, :cast => :float, :desc => "Amount of horizontal shift (in px)", :default => 0
parameter :y_shift, :cast => :float, :desc => "Amount of vertical shift (in px)", :default => 0