Skip to content

Commit

Permalink
added tendrils to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanja committed Jun 24, 2022
1 parent 35d6529 commit b975625
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demos/arboretum.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>Random Arboretum Demo</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<p id="infoText">Click click! Or click and drag!</p>
Expand Down
2 changes: 1 addition & 1 deletion demos/bouncy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>Bouncy Balls Demo</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<script type="module" src="./bouncy.ts"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/cloth.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>Traer Cloth Demo</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<p id="infoText">Drag me!</p>
Expand Down
2 changes: 1 addition & 1 deletion demos/pendulum.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>Pendulum Demo</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<p id="infoText">Click anywhere or drag the pendulum ball!</p>
Expand Down
2 changes: 1 addition & 1 deletion demos/tendrils.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>Tendrils Demo</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<p id="infoText"></p>
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
cloth: resolve(__dirname, 'demos/cloth.html'),
pendulum: resolve(__dirname, 'demos/pendulum.html'),
arboretum: resolve(__dirname, 'demos/arboretum.html'),
tendrils: resolve(__dirname, 'demos/tendrils.html'),
}
}
}
Expand Down

0 comments on commit b975625

Please sign in to comment.