Skip to content

Commit

Permalink
update credits for #204
Browse files Browse the repository at this point in the history
  • Loading branch information
arouinfar authored Dec 3, 2021
1 parent a81057a commit ac7c2d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/molecule-shapes-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const simOptions = {
credits: {
leadDesign: 'Emily B. Moore',
softwareDevelopment: 'Jonathan Olson',
team: 'Julia Chamberlain, Kelly Lancaster, Ariel Paul, Kathy Perkins',
qualityAssurance: 'Oliver Orejola, Bryan Yoelin'
team: 'Julia Chamberlain, Kelly Lancaster, Ariel Paul, Kathy Perkins, Amy Rouinfar',
qualityAssurance: 'Steele Dalton, Bryce Griebenow, Clifford Hardin, Emily Miller, Elise Morgan, Oliver Orejola, Jacob Romero, Nancy Salpepi, Kathryn Woessner, Bryan Yoelin'
},
webgl: true,

Expand All @@ -48,4 +48,4 @@ simLauncher.launch( () => {
new RealMoleculesScreen( isBasicsVersion, Tandem.ROOT.createTandem( 'realMoleculesScreen' ) )
], simOptions );
sim.start();
} );
} );

0 comments on commit ac7c2d3

Please sign in to comment.