Sha256: 6258ce2ea07a4a5752341fda7ad072e1312469779054ef9e05903c0f9d84c8cd
Contents?: true
Size: 692 Bytes
Versions: 21
Compression:
Stored size: 692 Bytes
Contents
# Test case schema --- # Define all constant values here. For colours, use [R, G, B] or [R, G, B, A]. # Reference constants with ?constant_name :constants: # General constants (strings and numbers). :scroll_bar_thickness: 12 # Gosu::Color constants :none: [0, 0, 0, 0] :white: [255, 255, 255] :gray: [100, 100, 100] :dark_gray: [50, 50, 50] # Default element attributes. :elements: :Button: :background_color: ?gray :disabled: :background_color: ?dark_gray :Element: :color: ?white :align_h: :left :HorizontalScrollBar: :height: ?scroll_bar_thickness :VerticalScrollBar: :width: ?scroll_bar_thickness
Version data entries
21 entries across 21 versions & 1 rubygems