Sha256: f14c9863b2a476de0d833af59fad0806bfa9005417cf1989bcc2292b432f549b
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
module Joybox module Actions class Sequence def self.defaults { actions:[] } end def self.with(options = {}) options = options.nil? ? defaults : defaults.merge!(options) CCSequence.actionWithArray(options[:actions]) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
joybox-1.1.1 | motion/joybox/actions/sequence.rb |
joybox-1.1.0 | motion/joybox/actions/sequence.rb |