Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Player Camera #364

Open
1 task done
KungKemi opened this issue Sep 15, 2024 · 0 comments
Open
1 task done

Extend Player Camera #364

KungKemi opened this issue Sep 15, 2024 · 0 comments

Comments

@KungKemi
Copy link
Contributor

KungKemi commented Sep 15, 2024

Description

Task: Extend the Player Camera to Handle Map Edge
Feature: #345

The player camera that was implemented in Sprint 1 currently follows the player and provides zoom functionality. When the player moves, it is always positioned in the center of the screen. This is good for an infinite or large map but becomes problematic when the player reaches the edge of the map as non-map areas become visible. To remedy this, the camera will be programmed to temporarily detach from the player when they get close to the map border such that only map areas are visible and reattach correctly whenever the player moves away.

Dependencies

Milestones

  • Pushed to sprint 4

Documentation

Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant