Sha256: cf8a31c21a3471fda9aeebca5dc527f3c86485084e121b4040439fe85bf57125
Contents?: true
Size: 431 Bytes
Versions: 12
Compression:
Stored size: 431 Bytes
Contents
# An imitation of Hackety Hack opening demo. require '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 File.join(DIR, "../samples/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
12 entries across 12 versions & 1 rubygems