Unbroke wave sprite

This commit is contained in:
Anuken
2020-09-26 22:20:02 -04:00
parent 0a11482b55
commit 7b98628084
8 changed files with 943 additions and 927 deletions

View File

@@ -211,5 +211,13 @@ public class DefaultWaves{
//- main progression of units, up to wave ~20
//- changes from
//- extra periodic patterns
//max reasonable wave, after which everything gets boring
int cap = 300;
for(int i = 0; i < cap; i++){
}
}
}