Skip to content

Commit

Permalink
Gameplay changes, speed it up to feel better
Browse files Browse the repository at this point in the history
This is a gameplay quality of life change.
Makes the game feel more dangerous
  • Loading branch information
justino committed Jan 17, 2024
1 parent 07d58ef commit 0b957a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ export default {
minimumDistance: 250,

playerColor: 'rgba(255, 0, 0, 1)',
playerSpeed: 1,
playerSpeed: 2,
warriorColor: 'rgba(97, 170, 200, 1)',
warriorAccuracy: 85, // Percent
warriorSpeed: 1,
warriorSpeed: 2,
bulldogAccuracy: 90, // Percent
bulldogColor: 'rgba(255, 0, 255, 1)',
bulldogSpeed: .75,
bulldogSpeed: 1.75,
leaderAccuracy: 95, // Percent
leaderColor: 'rgba(0, 127, 255, 1)',
leaderSpeed: 2,
leaderSpeed: 3,

// Discs
discReturnTime: 1000, // Seconds
Expand Down

0 comments on commit 0b957a4

Please sign in to comment.