rubymotion-community / Joybox

Cocos2D & Box2D Wrapper for Ruby Motion - Currently out of date an unmaintained :-(
MIT License
280 stars 37 forks source link

Add JoyBox::Core::LayerColor #27

Closed yonekawa closed 11 years ago

yonekawa commented 11 years ago

For example

maskLayer = Joybox::Core::LayerColor.new(
  red: 0, green: 0, blue: 0, opacity: 128,
  width: Screen.width, height: Screen.height
)
self << maskLayer
NSCoder commented 11 years ago

Sweeeet! Thank you so much!