Lockable seeds
This commit is contained in:
parent
e03658e727
commit
a4c58bb245
19 changed files with 405 additions and 61 deletions
|
|
@ -16,6 +16,6 @@ public partial class CostVeil : ColorRect
|
|||
{
|
||||
//Visible = RuntimeLevelData.Instance.SunCount < packet.GetResource().Cost;
|
||||
|
||||
Visible = packet.disablePacket;
|
||||
Visible = packet.disablePacket || packet._forbidden;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue