shawn42/gamebox

View on GitHub
examples/pending/nario/src/flag.rb

Summary

Maintainability
A
0 mins
Test Coverage


class Flag < Actor
  has_behaviors :graphical, :updatable, 
    :physical => {
        :shape => :poly,
        :fixed => true,
        :verts => [[-5,-103],[-5,103],[5,103],[5,-103]]},
    :layered => {:layer => 2, :parallax => 1}

end