Skip to content

Commit 6b153e0

Browse files
committed
Swapped flame colours to reflect physics.
1 parent 191dc21 commit 6b153e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fireplace.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
(hot-core (/ actual-width 2)))
5555
(delete-char actual-width)
5656
(insert (propertize (make-string actual-width fireplace-fill-char)
57-
'face `(:background ,"dark orange")))
57+
'face `(:background ,"orange red")))
5858
(when (> hot-core 1)
5959
(gotoxy (+ x (/ hot-core 2)) y)
6060
(delete-char hot-core)
6161
(insert (propertize (make-string hot-core fireplace-fill-char)
62-
'face `(:background ,"orange red"))))))
62+
'face `(:background ,"dark orange"))))))
6363

6464
(defun smoke (x height)
6565
(gotoxy (if (>(random 3) 1)

0 commit comments

Comments
 (0)