1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 18:50:54 +00:00
This commit is contained in:
lightest 2024-03-29 00:53:37 +00:00
parent 2de53fcf44
commit d24b8cbb9d
2 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
dist dist
out out
node_modules node_modules
src/test_experiment.js
src/test_resources

View File

@ -74,7 +74,11 @@ psychoJS.start({
{ {
name: "delorean.gif", name: "delorean.gif",
path: "./test_resources/delorean.gif" path: "./test_resources/delorean.gif"
} },
{
name: "silverhand.gif",
path: "./test_resources/silverhand.gif"
},
// { // {
// name: "007", // name: "007",
// path: "007.jpg" // path: "007.jpg"
@ -148,7 +152,7 @@ async function experimentInit() {
new visual.GifStim({ new visual.GifStim({
win : psychoJS.window, win : psychoJS.window,
name: 'morph', name: 'morph',
image: "cool.gif", image: "silverhand.gif",
mask: undefined, mask: undefined,
ori: 0, ori: 0,
size: [512, 512], size: [512, 512],