Skip to content

Commit

Permalink
tweaked values
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyamer committed Apr 23, 2024
1 parent f72bc33 commit bea1229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Config/fadeConfig.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fadeConfig: OpacityChangeConfigType = {
rate: {
min: 0.001,
max: 0.03
min: 0.01,
max: 0.04
},

// TODO: change this to new opacity after fade (and grow)
Expand Down
2 changes: 1 addition & 1 deletion src/Config/movementConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const movementConfig: MovementConfigType = {

speedPolar: {
min: 0,
max: 3
max: 10
},

accelerationX: {
Expand Down

0 comments on commit bea1229

Please sign in to comment.