Skip to content

Commit

Permalink
added design, dev, team credits for #31
Browse files Browse the repository at this point in the history
  • Loading branch information
arouinfar authored Jul 22, 2021
1 parent bacfbb0 commit 4742b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/density-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const densityTitleString = densityStrings.density.title;
const simOptions = {
credits: {
//TODO fill in credits, all of these fields are optional, see joist.CreditsNode
leadDesign: '',
softwareDevelopment: '',
team: '',
leadDesign: 'Diana L\u00f3pez Tavares, Kelly Lancaster',
softwareDevelopment: 'Jonathan Olson, Chris Malley (PixelZoom, Inc.), Sam Reid',
team: 'Wendy Adams, Trish Loeblein, Ariel Paul, Archie Paulson, Kathy Perkins, Noah Podolefsky, Amy Rouinfar, Carl Wieman',
qualityAssurance: '',
graphicArts: '',
soundDesign: '',
Expand All @@ -39,4 +39,4 @@ simLauncher.launch( () => {
new MysteryScreen( Tandem.ROOT.createTandem( 'mysteryScreen' ) )
], simOptions );
sim.start();
} );
} );

0 comments on commit 4742b7d

Please sign in to comment.