Sha256: cd9a8cd25063299cfaa27f3fc20f3643328d33a4b790d8730a2b852f6da60e28

Contents?: true

Size: 356 Bytes

Versions: 14

Compression:

Stored size: 356 Bytes

Contents

# Configure your game settings

width: 500
height: 400
canvas-id: game-canvas

#files to ignore in /scripts
scripts-ignore:
  
#specify files to be loaded first in /scripts
order:
  
#components to ignore in the entityjs source
#reduce file size by ignoring unused components
entity-ignore:
  socket
  wait
  group

#ignore tests in /tests
tests-ignore:
  

Version data entries

14 entries across 5 versions & 1 rubygems

Version Path
entityjs-0.4.1 templates/isometric/config.yml
entityjs-0.4.1 templates/circle/config.yml
entityjs-0.4.1 templates/arrow_keys/config.yml
entityjs-0.4.0 templates/arrow_keys/config.yml
entityjs-0.4.0 templates/isometric/config.yml
entityjs-0.4.0 templates/circle/config.yml
entityjs-0.3.2 templates/circle/config.yml
entityjs-0.3.2 templates/arrow_keys/config.yml
entityjs-0.3.1 templates/platform/config.yml
entityjs-0.3.1 templates/blank/config.yml
entityjs-0.3.1 templates/arrow_keys/config.yml
entityjs-0.3.0 templates/arrow_keys/config.yml
entityjs-0.3.0 templates/platform/config.yml
entityjs-0.3.0 templates/blank/config.yml