Skip to content

Commit

Permalink
editing level one to slow it down
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelyeu authored Apr 2, 2023
1 parent 707f85d commit 2e10a60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions assets/build/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,7 @@
maxScore : 13 * numberOfBalloons,
config : {
scoringAndWinning: {
message: "Well, that was soooo easy...",
message: "Well, that was easy...",
nextLevel: "level2",
conditions: [
{
Expand Down Expand Up @@ -2675,9 +2675,9 @@
maxScore : 13 * numberOfBalloons,
config : {
scoringAndWinning: {
message: "Well, that was sooo easy...",
message: "Well, that was easy...",
nextLevel: "level2",
timerCount: 45,
timerCount: 90,
conditions: [
{
component: "manager",
Expand Down Expand Up @@ -2709,8 +2709,8 @@
properties: {
color1: 0xffffff,
color2: 0xffff00,
rollerSpeed: 0.00001,
minRollerSpeed: 0.00008,
rollerSpeed: 0.000001,
minRollerSpeed: 0.000008,
varA: 3,
varB: 17,
varC: 4,
Expand Down
2 changes: 1 addition & 1 deletion js/levels/level1.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order : 1,
maxScore : 13 * numberOfBalloons,
config : {
scoringAndWinning: {
message: "Well, that was so easy...",
message: "Well, that was easy...",
nextLevel: "level2",
timerCount: 45,
conditions: [
Expand Down

0 comments on commit 2e10a60

Please sign in to comment.