Skip to content

Commit 6688c00

Browse files
committed
Reverted to script src
1 parent 5ca45fb commit 6688c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Boids.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2> Contents </h2>
3030

3131
<h2> What you'll create </h2>
3232

33-
<iframe src="https://editor.p5js.org/RexMortem/full/1MGxy58Ht"></iframe>
33+
<script src="/SimulationLabs/Scripts/Boids/Boids.js"></script>
3434

3535
<h2> Prereqs </h2>
3636

@@ -41,7 +41,7 @@ <h2> Prereqs </h2>
4141
<p> Basic OOP </p>
4242
</ul>
4343

44-
<h2> Processing/JavaScript Intro </h2>
44+
<h2> Processing/JavaScript Intro </h1>
4545

4646
<p> This should be an intro to basic programming but in JavaScript, taught using basic simulations <emph>(such as the random stepper displayed on the page instead of the actual boids simulation)</emph> </p>
4747

0 commit comments

Comments
 (0)