motion/joybox/actions/place.rb in joybox-1.0.0 vs motion/joybox/actions/place.rb in joybox-1.1.0
- old
+ new
@@ -8,12 +8,10 @@
position: [0, 0]
}
end
def self.in(options = {})
-
options = options.nil? ? defaults : defaults.merge!(options)
-
CCPlace.actionWithPosition(options[:position])
end
end
\ No newline at end of file