Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Chocobois/TurtleTrampoline
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFqx committed Nov 19, 2023
2 parents c69138f + a01fe14 commit fd72307
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added screenshots/screenshirt_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/screenshirt_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/screenshirt_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/screenshirt_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Turtle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export class Turtle extends Button {
this.lostBalance = false;
this.hasCrashed = false;
this.bounceCount = 0;
this.onDrag(pointer, this.x, this.y);
this.onDrag(pointer, 0, 0);
}

onDrag(pointer: Phaser.Input.Pointer, dragX: number, dragY: number) {
Expand Down

0 comments on commit fd72307

Please sign in to comment.