Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
faulty reference
Browse files Browse the repository at this point in the history
hehe caps sensitive
  • Loading branch information
Sreyeso committed May 27, 2024
1 parent a068267 commit 1e91c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Index/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ new p5(function(p5) {
// Left column
assignmentContainers.push(new AssignmentContainer(p5, 'Meteorite/meteorite.html', 'Assignment 1', ['Index/Images/meteorite_0.png', 'Index/Images/meteorite_1.png'], 'Intro to processing - Meteorite Arcade Game'));
assignmentContainers.push(new AssignmentContainer(p5, 'Tetris3D/tetris3d.html', 'Assignment 2', ['Index/Images/tetris_0.png', 'Index/Images/tetris_1.png'], 'Transformations - Tetris 3D (NOT FINISHED YET)'));
assignmentContainers.push(new AssignmentContainer(p5, '3DModels/models.html', 'Assignment 3', ['Index/Images/3dModels_0.png', 'Index/Images/3dmodels_1.png'], 'Representation - 3D Models'));
assignmentContainers.push(new AssignmentContainer(p5, '3DModels/models.html', 'Assignment 3', ['Index/Images/3dmodels_0.png', 'Index/Images/3dmodels_1.png'], 'Representation - 3D Models'));

//Right column
assignmentContainers.push(new AssignmentContainer(p5, 'index.html', 'Assignment 4'));
Expand Down

0 comments on commit 1e91c76

Please sign in to comment.