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

Commit 55f7606

Browse files
authored
Merge pull request #118 from 201flaviosilva-labs/master
fix step to walk in NOC_I_05_NoiseWalk and merge conflict
2 parents cb991f5 + c48faa2 commit 55f7606

File tree

2 files changed

+1
-14
lines changed
  • chp00_introduction/NOC_I_05_NoiseWalk
  • chp01_vectors/NOC_1_02_bouncingball_vectors

2 files changed

+1
-14
lines changed

chp00_introduction/NOC_I_05_NoiseWalk/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function setup() {
1111
}
1212

1313
function draw() {
14-
walker.step();
14+
walker.walk();
1515
walker.display();
1616
}
1717

chp01_vectors/NOC_1_02_bouncingball_vectors/index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,13 @@
22
<html>
33

44
<head>
5-
<<<<<<< HEAD
6-
<<<<<<< HEAD
7-
<script language="javascript" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.js"></script>
8-
<script language="javascript" type="text/javascript" src="sketch.js"></script>
9-
=======
105
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js"></script>
116
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
12-
=======
13-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.min.js"></script>
14-
>>>>>>> master
157
<meta charset="utf-8" />
16-
>>>>>>> master
178
</head>
189

1910
<body>
2011
<script src="sketch.js"></script>
2112
</body>
22-
<<<<<<< HEAD
23-
</html>
24-
=======
2513

2614
</html>
27-
>>>>>>> master

0 commit comments

Comments
 (0)