Changeset 149 for trunk/samples

Show
Ignore:
Timestamp:
08/27/2007 15:55:20 (13 months ago)
Author:
why
Message:

* shoes/canvas.h: extern a few math constants here (for win32.)
* samples/bounce.rb: use an angle gradient background.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/bounce.rb

    r139 r149  
    33 
    44Shoes.app do 
    5   background greenyellow 
     5  background "#DFA".."#F90", :angle => 45 
    66  nostroke 
    77  icon = image "static/shoes-icon.png", :left => 100, :top => 100