Skip to content

Releases: shdwcat/Inspectron

Inspectron 1.0.1

15 Mar 20:05
Compare
Choose a tag to compare

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

03 Feb 21:31
Compare
Choose a tag to compare

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)