added tooltips

This commit is contained in:
Vladimir Koshevarov
2022-11-29 19:09:00 +02:00
parent 2167b43c29
commit 73f06d8754
33 changed files with 1264 additions and 250 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ namespace Assets.Scripts.Buildings
protected override void BuildOptionsList()
{
_optionsList.Add("Hot Dog - 20$", new Eat(6, 15, 83));
_optionsList.Add("Colas - 10$", new Eat(6, 10, 73));
_optionsList.Add(new Eat("Hot Dog", 15, 20));
_optionsList.Add(new Eat("Cola", 10, 10));
}
}