mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
sync
This commit is contained in:
parent
2de53fcf44
commit
d24b8cbb9d
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
dist
|
||||
out
|
||||
node_modules
|
||||
src/test_experiment.js
|
||||
src/test_resources
|
||||
|
@ -74,7 +74,11 @@ psychoJS.start({
|
||||
{
|
||||
name: "delorean.gif",
|
||||
path: "./test_resources/delorean.gif"
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "silverhand.gif",
|
||||
path: "./test_resources/silverhand.gif"
|
||||
},
|
||||
// {
|
||||
// name: "007",
|
||||
// path: "007.jpg"
|
||||
@ -148,7 +152,7 @@ async function experimentInit() {
|
||||
new visual.GifStim({
|
||||
win : psychoJS.window,
|
||||
name: 'morph',
|
||||
image: "cool.gif",
|
||||
image: "silverhand.gif",
|
||||
mask: undefined,
|
||||
ori: 0,
|
||||
size: [512, 512],
|
||||
|
Loading…
Reference in New Issue
Block a user