Function: bubbles-set-game-difficult
bubbles-set-game-difficult is an interactive and byte-compiled
function defined in bubbles.el.gz.
Signature
(bubbles-set-game-difficult)
Documentation
Set game theme to difficult.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-game-difficult ()
"Set game theme to `difficult'."
(interactive)
(setq bubbles-game-theme 'difficult)
(bubbles))