Skip to content

Commit

Permalink
⚖️ Experiment with no resources over time by default, but resources o…
Browse files Browse the repository at this point in the history
…n kill
  • Loading branch information
Tom Rijnbeek committed Aug 27, 2019
1 parent 1253755 commit 5b223df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Bearded.TD/Constants/Game.cs
Expand Up @@ -66,8 +66,8 @@ public static class Worker

public static class Resources
{
public const long InitialResources = 0;
public const double ResourcesOnKillFactor = 0;
public const long InitialResources = 360;
public const double ResourcesOnKillFactor = 2;
}

public static class Enemy
Expand Down
Expand Up @@ -19,7 +19,7 @@
},
{
"id" : "incomeOverTime",
"parameters" : { "incomePerSecond" : 5 }
"parameters" : { "incomePerSecond" : 0 }
}
]
}

0 comments on commit 5b223df

Please sign in to comment.