Skip to content

Commit

Permalink
Reduce surface landing speed
Browse files Browse the repository at this point in the history
this will allow for finer collisions hopefully
  • Loading branch information
BarthPaleologue committed Feb 13, 2025
1 parent d10174b commit a5415d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/spaceship/landingComputer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class LandingComputer {
rotation: 0.1
},
maxVelocity: {
linearY: 15,
linearY: 5,
rotation: 0.5
},
tolerance: {
Expand Down

0 comments on commit a5415d4

Please sign in to comment.