# File lib/rubygame/ftor.rb, line 203
        def -(other)
    return self.class.new(@x-other[0],@y-other[1])
        end