public
Description: The classic Simon game. Written with the help of Jim Weirich.
Homepage:
Clone URL: git://github.com/slagyr/simon.git
simon / styles.rb
100644 12 lines (11 sloc) 0.496 kb
1
2
3
4
5
6
7
8
9
10
11
12
# This file, (styles.rb) in the root directory of the production, should define any styles that are used in multiple
# scenes. It makes use of the StyleBuilder DSL.
#
# For more information see: http://limelightwiki.8thlight.com/index.php/A_Cook%27s_Tour_of_Limelight#Styling_with_styles.rb
# For a complete listing of style attributes see: http://limelightwiki.8thlight.com/index.php/Style_Attributes
 
# An example style definition
#foo {
# width 100
# height 100
# background_color :blue
#}