Method: Reight::App::Chips#draw_frame
- Defined in:
- lib/reight/app/chips.rb
#draw_frame ⇒ Object
82 83 84 85 86 87 |
# File 'lib/reight/app/chips.rb', line 82 def draw_frame() no_fill stroke 255 stroke_weight 1 rect @x, @y, @size, @size end |