Skip to content

Orthographic Camera API 1.3

Compare
Choose a tag to compare
@britzl britzl released this 14 Dec 18:06
· 106 commits to master since this release

NEW: camera.use_projector() to change projector at runtime
NEW: camera.set_window_size() to feed current window size from render script to camera
NEW: camera.get_window_size() to get current window size
NEW: camera.get_display_size() to get display size from game.project
NEW: camera.PROJECTORS.* constants for the provided projectors
CHANGE: Moved projector functions from render script to camera.lua