# File karel/karel_window.rb, line 392
    def set_speed (amount)
      @@delay = 100 - amount
      @speedLevel.text("Speed " + amount.to_s)
    end