Module: Shoes::Mod2

Included in:
App
Defined in:
lib/shoes/helper_methods.rb

Instance Method Summary collapse

Instance Method Details

#init_app_varsObject



40
41
42
43
44
45
# File 'lib/shoes/helper_methods.rb', line 40

def init_app_vars
  @contents, @mmcs, @mscs, @mhcs, @order = [], [], [], [], []
  @location = '/'
  @mouse_button, @mouse_pos = 0, [0, 0]
  @fill, @stroke = black, black
end