Skip to content

Commit

Permalink
Merge pull request #6 from kurumayusamugariko/develop
Browse files Browse the repository at this point in the history
11:39
  • Loading branch information
kurumayusamugariko authored Feb 15, 2024
2 parents ff9053f + 4dfb10e commit eb0d83a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"oldman",
"renderable",
"renderables",
"startscreen",
"yoyo"
]
}
4 changes: 1 addition & 3 deletions game2.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ charactersMap.forEach((row, i) => {
})
);
}
if (symbol === 9999) {
console.log(boundaries.length - 1);
}
});
});

Expand Down Expand Up @@ -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();
Expand Down
3 changes: 3 additions & 0 deletions memo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Tiledでの変更→画像の移植

ゲーム外要素

ゲームリンク
https://kurumayusamugariko.github.io/otamesi/game2

githubリンク
https://github.com/kurumayusamugariko/otamesi

Expand Down

0 comments on commit eb0d83a

Please sign in to comment.