zshashz commited on
Commit
02d35b9
·
1 Parent(s): e3c370d
Files changed (1) hide show
  1. index.html +0 -1
index.html CHANGED
@@ -405,7 +405,6 @@ class ShyGuySimulator {
405
  this.state.playerPos = { x: newX, y: newY };
406
 
407
  // Check for interactions
408
- [Previous code remains the same until the movePlayer method...]
409
 
410
  // Check for interactions
411
  if (this.isLocation(newX, newY, 'bar')) {
 
405
  this.state.playerPos = { x: newX, y: newY };
406
 
407
  // Check for interactions
 
408
 
409
  // Check for interactions
410
  if (this.isLocation(newX, newY, 'bar')) {