Skip to content

Commit

Permalink
finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
JSLegendDev committed Mar 10, 2024
1 parent 67d2f72 commit d9ed034
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}
</style>
<div id="app">
<div id="ui">
<div>
<p class="note">Tap/Click around to move</p>

<div id="textbox-container" style="display: none">
Expand Down
1 change: 1 addition & 0 deletions src/kaboomCtx.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export const k = kaboom({
global: false,
touchToMouse: true,
canvas: document.getElementById("game"),
debug: false, // set to false once ready for production
});
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ k.scene("main", async () => {
const player = k.make([
k.sprite("spritesheet", { anim: "idle-down" }),
k.area({
collisionIgnore: ["controlZone"],
shape: new k.Rect(k.vec2(0, 3), 10, 10),
}),
k.body(),
Expand Down

0 comments on commit d9ed034

Please sign in to comment.