From 4dfb10e3054e73bb70c42cda116d1e34a98972b9 Mon Sep 17 00:00:00 2001 From: kurumayusamugariko Date: Thu, 15 Feb 2024 11:39:45 +0900 Subject: [PATCH] 11:39 --- .vscode/settings.json | 1 + game2.js | 4 +--- memo.txt | 3 +++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f398092..a4d9658 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "oldman", "renderable", "renderables", + "startscreen", "yoyo" ] } \ No newline at end of file diff --git a/game2.js b/game2.js index 1c1e2a6..a83df43 100644 --- a/game2.js +++ b/game2.js @@ -183,9 +183,6 @@ charactersMap.forEach((row, i) => { }) ); } - if (symbol === 9999) { - console.log(boundaries.length - 1); - } }); }); @@ -600,6 +597,7 @@ window.addEventListener("keyup", (e) => { let clicked = false; addEventListener("click", () => { gsap.to("#startscreen", {opacity:0, duration: 3}); + console.log("こんにちは") characters[3].scale = 0; if (!clicked) { audio.Map.play(); diff --git a/memo.txt b/memo.txt index 57f9410..33941e1 100644 --- a/memo.txt +++ b/memo.txt @@ -15,6 +15,9 @@ Tiledでの変更→画像の移植 ゲーム外要素 +ゲームリンク +https://kurumayusamugariko.github.io/otamesi/game2 + githubリンク https://github.com/kurumayusamugariko/otamesi