Add comment explaining scale

This commit is contained in:
smoogipoo 2020-07-16 17:47:00 +09:00
parent 74c7d9e67d
commit 967238e269
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ private class ModHiddenCoveringContainer : PlayfieldCoveringContainer
{
public ModHiddenCoveringContainer()
{
// This cover extends outwards from the hit position.
Cover.Scale = new Vector2(1, -1);
}
}