Sha256: 7c948df719d6ff7ac24bbb1536ace9e2c309cabaee25a97cb458a7142d9466ef

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

# Default AdventureRL settings.
# TODO: The developer should be able to overwrite settings here in a custom settings.yml file.
---
# Window settings
window:
  caption:            'AdventureRL Window Caption!'
  fps:                30
  fullscreen:         false
  has_solids_manager: true
  size:
    width:  960
    height: 540
  position:
    x: 0
    y: 0
  origin:
    x: :left
    y: :top
  background_z_index: -1
...

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adventure_rl-0.0.2 lib/default_settings.yml
adventure_rl-0.0.1.pre.ld42 lib/default_settings.yml