factor/extra/tetris/deploy.factor

14 lines
300 B
Factor
Raw Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2008-10-20 23:55:57 -04:00
H{
2007-09-20 18:09:08 -04:00
{ deploy-ui? t }
2008-10-20 23:55:57 -04:00
{ deploy-threads? t }
{ deploy-word-props? f }
2008-10-20 23:55:57 -04:00
{ deploy-reflection 1 }
{ "stop-after-last-window?" t }
{ deploy-io 3 }
2008-10-20 23:55:57 -04:00
{ deploy-math? t }
{ deploy-word-defs? f }
{ deploy-c-types? f }
{ deploy-name "Tetris" }
2007-09-20 18:09:08 -04:00
}