Allow camera to turn off level bounding if the player is moved out of bounds by a doodad #87
Labels
No labels
bug
doodad
enhancement
levels & doodads
security
ui toolkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow camera to turn off level bounding if the player is moved out of bounds by a doodad.
Example: you have a bounded level with a bottom edge, and you want to draw shop interiors or something below the ground of the level. You can switch your page type to Unbounded and draw out there, but in-game the camera won't scroll out of bounds even if the player is out there.
Logic can be like:
Implemented in
cf1bc81f25