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

Map and fast travel #122

Merged
merged 6 commits into from
Oct 22, 2024
Merged

Map and fast travel #122

merged 6 commits into from
Oct 22, 2024

Conversation

CarJasper
Copy link
Contributor

@CarJasper CarJasper commented Oct 17, 2024

resolves #108

toilet_travel_station = world game object that to access fast travel
fast_travel_map = Map that loads when interacted with toilet_travel_station
toilet_travel_icon = map icon of toilets that can be traveled too. takes scene name as Var

autoload fast_travel_points = keep track of what toilets you've visited so map only displays one's you visited. As long as each toilet station has a corrisponding icon it should work

CarJasper and others added 6 commits October 9, 2024 20:54
(buggy) core base working
object brings up map. Can click objects on map to load scenes.

TO DO: pause game when map is up.
Connect map icons to Toilet Stations. (Only fast travel to toilets you have visited)
Fast travel pauses game. resume button gets rid of map and returns to game
New autoload fast_travel_points!
refactor: toilet typos

refactor: remove redundant lifecycle functions ans pass statements
@micycle8778 micycle8778 merged commit d28ffc1 into main Oct 22, 2024
@micycle8778 micycle8778 deleted the MapAndFastTravel branch December 7, 2024 18:02
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

Successfully merging this pull request may close these issues.

Map and Fast Travel locations
2 participants