gpu.demos.raytrace: add deploy config and resources.txt
parent
ad63314a9e
commit
06f4a21815
|
@ -0,0 +1,14 @@
|
|||
USING: tools.deploy.config ;
|
||||
H{
|
||||
{ deploy-name "Raytrace" }
|
||||
{ deploy-ui? t }
|
||||
{ deploy-c-types? f }
|
||||
{ deploy-unicode? f }
|
||||
{ "stop-after-last-window?" t }
|
||||
{ deploy-io 2 }
|
||||
{ deploy-reflection 2 }
|
||||
{ deploy-word-props? f }
|
||||
{ deploy-math? t }
|
||||
{ deploy-threads? t }
|
||||
{ deploy-word-defs? f }
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
green-ball.aiff
|
||||
mirror-ball.aiff
|
||||
red-ball.aiff
|
||||
yellow-ball.aiff
|
Loading…
Reference in New Issue