Associates values to the screen map in screen-object. Returns the new screen map.
(s! main-screen :camera (orthographic))
Source
(defn s! [screen-object & args] (apply swap! (:screen screen-object) assoc args))
Associates values to the screen map in screen-object. Returns the new screen map.
(s! main-screen :camera (orthographic))
(defn s! [screen-object & args] (apply swap! (:screen screen-object) assoc args))