Finish Puzzle C

This commit is contained in:
2022-12-01 15:13:00 +01:00
parent ae3c6a50f5
commit 26602d3dbc
79 changed files with 4041 additions and 124 deletions

View File

@@ -35,8 +35,9 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C
{
if (Active)
{
Press();
orb.Color = _activeColor.hdr;
Emission.color = _activeColor.hdr;
Press();
}
}
}
@@ -51,6 +52,7 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C
Release();
Emission.color = _puzzleColor.hdr;
}
orb.Color = _puzzleColor.hdr;
}
}
}