added tooltips
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user