Skip to content

Instantly share code, notes, and snippets.

@nasser
Created June 21, 2014 02:29
Show Gist options
  • Save nasser/6098a3410136d092fed3 to your computer and use it in GitHub Desktop.
Save nasser/6098a3410136d092fed3 to your computer and use it in GitHub Desktop.
(defn start []
(invoke-repeating new-target 3 3))
(defn new-target []
(set! target (->> (unity/find :tag "Enemy") (filter #(> (.. % transform position z) 5)) (shuffle) (first)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment