Sha256: 2e55d2ab226638b899ff858a5e3a43b1b24e800accfcbb21e760ac647d834da4

Contents?: true

Size: 163 Bytes

Versions: 2

Compression:

Stored size: 163 Bytes

Contents

Shoes.app width: 200, height: 200 do
  background black
  fill white
  @circ = oval 0, 0, 100
  motion do |top, left|
    @circ.move top - 50, left - 50
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/simple-mouse-follow.rb
shoes-4.0.0.pre1 samples/simple-mouse-follow.rb