summaryrefslogtreecommitdiff
path: root/scripts/camera.gd
AgeCommit message (Collapse)Author
2023-05-01Dynamically determine camera limits based on background size.Logan
2023-04-30Move to Godot 4 and fixesLogan
2023-02-01Refactor camera code to be responsive to aspect ratiocflip
2022-10-01Prevent camera from zooming too far out.Logan
2022-09-30Tweaked camera logic.Logan
2022-09-29Added improvements to camera logic and zooming.Logan
We'll probably want to refactor this at some point as it feels like it's a pretty rough implementation, but it works and works well enough.
2022-09-27Add camera node and basic camera logic.Logan