Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
prosif committed Dec 30, 2024
1 parent 155836e commit c4beff9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions src/GameSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ class GameSession {
this.game.handleGamepadInput && this.game.handleGamepadInput(playerId, input);
} else {
const node = this.game.findNode(input.nodeId) || this.customTopLayer.root.findChild(input.nodeId);
console.log('input node');
console.log(node);
console.log(input.nodeId);
if (node && node.node.input) {
// hilarious
if (node.node.input.type === 'file') {
Expand Down
38 changes: 0 additions & 38 deletions src/games/hello-world/index.js

This file was deleted.

0 comments on commit c4beff9

Please sign in to comment.