This commit is contained in:
2014-12-16 23:11:16 -08:00
parent d22745b1e7
commit 3c9e00a494

View File

@@ -322,6 +322,7 @@
(sound! (get-in entities [:room :entities :ego :step-sound]) :play (* (/ (get-in entities [:room :entities :ego :scale-x]) 1.5) 0.75)))
(label! (:fps entities) :set-text (str (game :fps)))
(render! screen (sort-by :baseline all-entities))
#_(render! screen [(:fps entities)])
entities))
:on-resize (fn [screen entities]