Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ics-sawada-h committed Aug 19, 2024
2 parents c0f763f + 342974c commit ac906da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Theatre.js デモ 目次</title>

<link rel="stylesheet" href="./src/style.css" />
</head>

<body>
Expand Down
5 changes: 2 additions & 3 deletions src/multiple-animation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Theatre.js 作例</title>

<link rel="stylesheet" href="../style.css" />
<script type="module" src="main.js"></script>
</head>

<body>
Expand All @@ -31,5 +28,7 @@
<footer class="navigation">
<a href="../../">目次へもどる</a>
</footer>

<script type="module" src="main.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/multiple-animation/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "../style.css"
import * as THREE from "three";
import studio from "@theatre/studio";
import { getProject, types } from "@theatre/core";
Expand Down
5 changes: 2 additions & 3 deletions src/sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Theatre.js 導入方法サンプル</title>

<link rel="stylesheet" href="../style.css" />
<script type="module" src="sample.js"></script>
</head>

<body>
<div id="app"></div>

<script type="module" src="sample.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/sample/sample.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "../style.css"
import * as THREE from "three";
import studio from "@theatre/studio";
import { getProject, types } from "@theatre/core";
Expand Down

0 comments on commit ac906da

Please sign in to comment.