Skip to content

Commit

Permalink
moved files
Browse files Browse the repository at this point in the history
  • Loading branch information
MRo47 committed May 19, 2024
1 parent 977d1fe commit 9dc33af
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jsconfig.json
10 changes: 0 additions & 10 deletions flow-fields/jsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion flow-fields/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var started = false;
var sound;

function preload() {
sound = loadSound('assets/ambient-wave-48-tribute-17243-pixabay.mp3')
sound = loadSound('flow-fields/assets/ambient-wave-48-tribute-17243-pixabay.mp3')
}

function setup() {
Expand Down
4 changes: 2 additions & 2 deletions flow-fields/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</head>

<body>
<script src="sketch.js"></script>
<script src="particles.js"></script>
<script src="flow-fields/sketch.js"></script>
<script src="flow-fields/particles.js"></script>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9dc33af

Please sign in to comment.