New hint tutorial system (unfinished!)

This commit is contained in:
Anuken
2020-11-21 14:05:58 -05:00
parent 522a7f4728
commit 6fba84959c
23 changed files with 343 additions and 364 deletions

View File

@@ -2059,6 +2059,7 @@ public class Blocks implements ContentList{
size = 7;
hasPower = true;
consumes.power(10f);
buildCostMultiplier = 0.5f;
}};
//endregion campaign

View File

@@ -1250,6 +1250,7 @@ public class UnitTypes implements ContentList{
defaultController = RepairAI::new;
mineTier = 3;
mineSpeed = 4f;
health = 500;
armor = 5f;
speed = 2.5f;