vendor/assets/application/examples/display_bck.rb in atome-0.5.5.7.5 vs vendor/assets/application/examples/display_bck.rb in atome-0.5.5.7.7
- old
+ new
@@ -139,10 +139,10 @@
c.touch(true) do
c.display({ mode: :grid, data: fake_array,width: 333, height: 333 })
end
############## Generator #############
gen = generator({ id: :genesis, build: { top: 66, copies: 1 } })
-gen.build({ id: :bundler, copies: 32, tag: { group: :to_grid }, color: :red, width: 33, height: 44, left: 123, smooth: 9, blur: 3, attach: [:view] })
+gen.build({ id: :bundler, copies: 32, tag: { group: :to_grid }, color: :red, width: 33, height: 44, left: 123, smooth: 9, blur: 3, attach: :view })
grab(:bundler_1).color(:blue)
color({ id: :the_orange, red: 1, green: 0.4 })
atome_to_grid = tagged({ group: :to_grid })