Releases: shdwcat/Inspectron
Releases · shdwcat/Inspectron
Inspectron 1.0.1
Adds two new config macros which enable Inspectron to be customized to work with advanced camera systems:
// defines how the mouse x,y coordinates are obtained
// (you most likely don't need to change this unless you are doing very advanced things with cameras)
#macro INSPECTRON_MOUSE_X mouse_x
#macro INSPECTRON_MOUSE_Y mouse_y
Full Changelog: v1.0.0...v1.0.1
Inspectron 1.0.0
Initial release! Please read the Readme for details on how to use Inspectron.
Issues addressed since pre-release:
- Better default size behavior when game resolution is small
- Correctly positions window when game is using viewports (only for View 0)