Skip to content

Commit d4e61f4

Browse files
committed
Fix manual-test examples with wrong lib destination
1 parent 5685749 commit d4e61f4

File tree

22 files changed

+40
-40
lines changed

22 files changed

+40
-40
lines changed

test/manual-test-examples/3d/geometry/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title></title>
77
<link rel="stylesheet" href="">
8-
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
8+
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
99
<script language="javascript" type="text/javascript" src="sketch.js"></script>
1010
<style>
1111
html, body {margin:0; padding:0;}
12-
</style>
12+
</style>
1313
</head>
1414
<body>
1515
<p style="width:1000px; margin:10px auto; text-align: center; color:black;">Move mouse to spin geometries</p>
1616
<script>
1717
(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.domElement.style.cssText='position:fixed;left:0;top:0;z-index:10000';document.body.appendChild(stats.domElement);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='http://rawgit.com/mrdoob/stats.js/master/build/stats.min.js';document.head.appendChild(script);})()
1818
</script>
19-
19+
2020
</body>
2121
</html>

test/manual-test-examples/3d/interaction/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title></title>
77
<link rel="stylesheet" href="">
8-
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
8+
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
99
<script language="javascript" type="text/javascript" src="sketch.js"></script>
1010
<style>
1111
html, body {margin:0; padding:0;}
12-
</style>
12+
</style>
1313
</head>
1414
<body>
1515
<p style="position: absolute; width:300px; left:50%; margin-left: -150px; color:black; text-align: center;">Press mouse to toggle the world</p>
1616
<script>
1717
(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.domElement.style.cssText='position:fixed;left:0;top:0;z-index:10000';document.body.appendChild(stats.domElement);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='http://rawgit.com/mrdoob/stats.js/master/build/stats.min.js';document.head.appendChild(script);})()
1818
</script>
19-
19+
2020
</body>
2121
</html>

test/manual-test-examples/3d/mixedMode/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title></title>
77
<link rel="stylesheet" href="">
8-
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
8+
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
99
<script language="javascript" type="text/javascript" src="sketch.js"></script>
1010
<style>
1111
html, body {margin:0; padding:0;}
12-
</style>
12+
</style>
1313
</head>
1414
<body>
1515
<p style="width:1000px; margin:10px auto; text-align: center; color:black;">Drag mouse to toggle the world</p>
1616
<p style="width:1000px; margin:10px auto; text-align: center; color:black;">(3d primitives and 2d primitives can be used together)</p>
1717
<script>
1818
(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.domElement.style.cssText='position:fixed;left:0;top:0;z-index:10000';document.body.appendChild(stats.domElement);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='http://rawgit.com/mrdoob/stats.js/master/build/stats.min.js';document.head.appendChild(script);})()
1919
</script>
20-
20+
2121
</body>
2222
</html>

test/manual-test-examples/3d/mobile/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title></title>
77
<link rel="stylesheet" href="">
8-
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
8+
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
99
<script language="javascript" type="text/javascript" src="sketch.js"></script>
1010
<style>
1111
html, body {margin:0; padding:0;}
12-
</style>
12+
</style>
1313
</head>
1414
<body>
1515
<script>
1616
(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.domElement.style.cssText='position:fixed;left:0;top:0;z-index:10000';document.body.appendChild(stats.domElement);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='http://rawgit.com/mrdoob/stats.js/master/build/stats.min.js';document.head.appendChild(script);})()
1717
</script>
18-
18+
1919
</body>
2020
</html>

test/manual-test-examples/3d/performance/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title></title>
77
<link rel="stylesheet" href="">
8-
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
8+
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
99
<script language="javascript" type="text/javascript" src="sketch.js"></script>
1010
<style>
1111
html, body {margin:0; padding:0;}
12-
</style>
12+
</style>
1313
</head>
1414
<p style="position: absolute; width:300px; left:50%; text-align: center; margin-left: -150px; color:black;">1000 spheres, how's the speed?</p>
1515
<body>
1616
<script>
1717
(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.domElement.style.cssText='position:fixed;left:0;top:0;z-index:10000';document.body.appendChild(stats.domElement);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='http://rawgit.com/mrdoob/stats.js/master/build/stats.min.js';document.head.appendChild(script);})()
1818
</script>
19-
19+
2020
</body>
2121
</html>

test/manual-test-examples/async/loadFont/instance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<head>
2-
<script language="javascript" type="text/javascript" src="../../../../../../lib/p5.js"></script>
2+
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
33
<script language="javascript" type="text/javascript" src="sketch.js"></script>
44
</head>
55

test/manual-test-examples/async/loadImage/global/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<head>
2-
<script language="javascript" type="text/javascript" src="../../../../../../lib/p5.js"></script>
2+
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
33
<script language="javascript" type="text/javascript" src="sketch.js"></script>
44
</head>
55

test/manual-test-examples/empty-example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<head>
3-
<script language="javascript" src="../../../../lib/p5.js"></script>
3+
<script language="javascript" src="../../../lib/p5.js"></script>
44
<!-- uncomment lines below to include extra p5 libraries -->
55
<!--<script language="javascript" src="../addons/p5.dom.js"></script>-->
66
<!--<script language="javascript" src="../addons/p5.sound.js"></script>-->

test/manual-test-examples/env/cursor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
</head>
88
<body>
9-
<script language="javascript" type="text/javascript" src="../../../../../lib/p5.js"></script>
9+
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
1010
<script language="javascript" type="text/javascript" src="cursor.js"></script>
1111
</body>
1212
</html>

test/manual-test-examples/keyboard/gamestyle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script language="javascript" type="text/javascript" src="../../../../lib/p5.js"></script>
5-
<script language="javascript" type="text/javascript" src="gamestyle.js"></script>
4+
<script language="javascript" type="text/javascript" src="../../../lib/p5.js"></script>
5+
<script language="javascript" type="text/javascript" src="gamestyle.js"></script>
66
</head>
77

88
<body>

0 commit comments

Comments
 (0)