From 27786d6b2a59c6a33f81a46c1bc37c7c06f5c458 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 1 Sep 2014 00:54:49 -0400 Subject: [PATCH] Add functions to the screen object --- src/play_clj/core.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/play_clj/core.clj b/src/play_clj/core.clj index d1564bf..6eff032 100644 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -80,6 +80,8 @@ update-screen!))] {:screen screen :entities entities + :execute-fn! execute-fn! + :update-fn! update-fn! :options options :show (fn [] ; if using a physics engine in a REPL, we need to forcibly dispose