Medium Puzzle B, refactor puzzle folder structure

This commit is contained in:
2022-11-29 10:13:00 +01:00
parent 3adf743c4c
commit 2b3daeadc2
38 changed files with 23 additions and 1068 deletions

View File

@@ -19,7 +19,7 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_B
public class PuzzleB : StatePuzzle
{
[SerializeField] [Min(0)]
private float buttonCooldown = 1;
private float buttonCooldown;
[ValidateInput("CorrectRotatorCount")]
public List<Rotator> rotators;
[InfoBox("Every button action will toggle the states at the given indices between 0 and 90 degrees.")]