add Puzzle A variants

This commit is contained in:
2022-11-22 00:10:26 +01:00
parent 7244ab470c
commit 593379dd36
66 changed files with 1524 additions and 882 deletions

View File

@@ -68,7 +68,7 @@ namespace EscapeRoomEngine.Desert.Runtime
private bool _active = true, _pressed;
protected virtual void Awake()
protected virtual void Start()
{
ButtonEvent += (_, type) =>
{