Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Apr 14, 2024
2 parents abca97d + 565639d commit 806a8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/platformer2x/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class Player extends Character {
* @override
*/
collisionAction() {
// Tube collision check
// Tube or Tree collision check
if (this.collisionData.touchPoints.other.id === "tube"
|| this.collisionData.touchPoints.other.id === "tree") {

Expand Down

0 comments on commit 806a8ed

Please sign in to comment.