nczempin / Turres-Monacorum

scifi tower defense made with löve2d and lua
http://nczempin.github.io/Turres-Monacorum/
Other
52 stars 10 forks source link

allow "addMass" and "addEnergy" between waves #123

Closed nczempin closed 10 years ago

nczempin commented 10 years ago

Using "setMass" and "setEnergy" we completely override any leftovers the player had in the previous wave.

We should enable "add" to increase (or decrease; minimum of zero). "set" would override any "add", but it is up to the level designer [for now] to use these in a sensible combination.

nczempin commented 10 years ago

I think we have this now, but I haven't fully tested it yet.