Function: bubbles-set-game-hard

bubbles-set-game-hard is an interactive and byte-compiled function defined in bubbles.el.gz.

Signature

(bubbles-set-game-hard)

Documentation

Set game theme to hard.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-game-hard ()
  "Set game theme to `hard'."
  (interactive)
  (setq bubbles-game-theme 'hard)
  (bubbles))