[CGMZ] Core - Version 1.33.0

Hi all, today this plugin was updated to version 1.33.0!
This version adds some conversion utility functions for colors and degrees. It also added a CGMZ implementation of the PIXI circle. An input wait was added to the interpreter for events.
Some bugs were fixed, including one that could cause input to track incorrectly when pressing and releasing shift. A bug with listeners being added multiple times was also fixed.
This update removed the show fps counter and simulate production environment parameters. These have been added to [CGMZ] Debug for quite some time, and they are not really core functions for [CGMZ]. If you want to use either of these features, use [CGMZ] Debug.
- Add radians and degrees conversion utility functions
- Add hex and rgb conversion utility functions
- Add input wait for events
- Add CGMZ Circle class
- Fix bug with input tracking incorrectly with shift
- Fix bug with multiple window listeners
- Removed Show FPS Counter parameter
- Removed Simulate Production Environment parameter