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

Version Path
fidgit-0.2.4 spec/fidgit/schema_test.yml
fidgit-0.2.3 spec/fidgit/schema_test.yml
fidgit-0.2.2 spec/fidgit/schema_test.yml
fidgit-0.2.1 spec/fidgit/schema_test.yml
fidgit-0.2.0 spec/fidgit/schema_test.yml
fidgit-0.1.10 spec/fidgit/schema_test.yml
fidgit-0.1.9 spec/fidgit/schema_test.yml
fidgit-0.1.8 spec/fidgit/schema_test.yml
fidgit-0.1.7 spec/fidgit/schema_test.yml
fidgit-0.1.6 spec/fidgit/schema_test.yml
fidgit-0.1.5 spec/fidgit/schema_test.yml
fidgit-0.1.4 spec/fidgit/schema_test.yml
fidgit-0.1.3 spec/fidgit/schema_test.yml
fidgit-0.1.2 spec/fidgit/schema_test.yml
fidgit-0.1.1 spec/fidgit/schema_test.yml
fidgit-0.1.0 spec/fidgit/schema_test.yml
fidgit-0.0.6alpha spec/fidgit/schema_test.yml
fidgit-0.0.5alpha spec/fidgit/schema_test.yml
fidgit-0.0.4alpha spec/fidgit/schema_test.yml
fidgit-0.0.3alpha spec/fidgit/schema_test.yml