Skip to content

Commit

Permalink
Renamed dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
tornupnegatives committed Feb 24, 2021
1 parent 42d980a commit 7c8284e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions js/catharsis.js → js/when-the-sun-has-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ let w = 720;
let h = 635;

function preload() {
sphynx = loadImage('assets/catharsis/sphynx.png');
sky = loadImage('assets/catharsis/sky.png');
sphynx = loadImage('assets/when-the-sun-has-set/sphynx.png');
sky = loadImage('assets/when-the-sun-has-set/sky.png');

music = loadSound('assets/catharsis/taylor.mp3');
music = loadSound('assets/when-the-sun-has-set/taylor.mp3');
}

function setup() {
Expand Down
2 changes: 1 addition & 1 deletion when-the-sun-has-set.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</head>

<body>
<script src="js/catharsis.js"></script>
<script src="js/when-the-sun-has-set.js"></script>
</body>
</html>

0 comments on commit 7c8284e

Please sign in to comment.