Module: Shoes::Mod2

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

Instance Method Summary collapse

Instance Method Details

#init_app_varsObject



25
26
27
28
29
30
# File 'lib/shoes/helper_methods.rb', line 25

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