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

[Programming: World] Tombstone ghost summon and interact #26

Open
henrywangzh opened this issue Feb 12, 2023 · 0 comments
Open

[Programming: World] Tombstone ghost summon and interact #26

henrywangzh opened this issue Feb 12, 2023 · 0 comments
Assignees

Comments

@henrywangzh
Copy link
Owner

henrywangzh commented Feb 12, 2023

The world will have a bunch of tombstones spread throughout the different areas. These tombstones will be the quest mechanism, giving you information and sidequests to complete.

When the player approaches a tombstone, we want a ghost to appear (representing the person who is buried there) once the player is within a certain radius or trigger collision area.

This ghost will float around on top of its tombstone and the player can press "E" or another button to interact with the ghost, who will provide some dialogue.

To design this, we will want to have a tombstone object that detects when the player is close to it, and then instantiates a ghost with specific information that we can fill in.

We will have the quest implementation later. For now, we just want the player to be able to interact and talk to the ghosts.

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

No branches or pull requests

4 participants