Sha256: edb291633885ae950c06b434afc2d5d0dc65306c512079b29a74c685e422caff
Contents?: true
Size: 413 Bytes
Versions: 27
Compression:
Stored size: 413 Bytes
Contents
# An imitation of Hackety Hack opening demo. require '../lib/green_shoes' Shoes.app width: 420, height: 420 do nostroke background black title fg(strong('Hackety Hack'), white), margin: 20 stack do @m = mask{star -284, -174, 130, 500, 90} image "./splash-hand.png" , top: 204, left: 84 end animate 2 do |i| @m.clear{rotate i; star -284, -174, 130, 500, 90} end end
Version data entries
27 entries across 27 versions & 1 rubygems