From 8648b05b76eec091ac9d68b486eaa7e637cde14f Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 21 Jun 2014 08:49:38 -0400 Subject: [PATCH] Adjust bundle docstring --- src/play_clj/core_utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/core_utils.clj b/src/play_clj/core_utils.clj index e6038bb..d3531d4 100644 --- a/src/play_clj/core_utils.clj +++ b/src/play_clj/core_utils.clj @@ -11,7 +11,7 @@ "Returns an entity containing other entities. This is a useful way to keep related entities together. They will be drawn in the order they appear in the internal :entities vector. Any keys in the bundle, such as :x and :y, will -override the equivalent keys in each entity when being drawn. +be passed down to all the internal entities unless they already have those keys. (bundle (shape :filled) (shape :line)) (assoc (bundle (shape :filled) (shape :line))