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