Skip to content

Commit 68a75b1

Browse files
committed
sampleのアニメーションを入れ替え
1 parent 251fc6f commit 68a75b1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

template/file/sample.n2d

10.4 KB
Binary file not shown.

template/mock/content/sample.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"globals": "^16.0.0",
3636
"jsdom": "^26.1.0",
3737
"typescript": "^5.8.3",
38-
"vite": "^6.3.1",
38+
"vite": "^6.3.2",
3939
"vitest": "^3.1.1",
4040
"vitest-webgl-canvas-mock": "^1.1.0"
4141
},

template/src/view/home/HomeViewModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class HomeViewModel extends ViewModel
3232
* Generate animation from Animation Tool's JSON
3333
*/
3434
const homeContent = homeButtonTemplate();
35-
view.addChild(homeButtonTemplate());
35+
view.addChild(homeContent);
3636

3737
/**
3838
* Hello, Worldのテキストを生成

0 commit comments

Comments
 (0)