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

UI: add (boilerplate) fairy book & map menus #284

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

AcipenserSturio
Copy link
Contributor

Added the boilerplate for the fairy book menu, without any logic specific to that menu.

Tested to have all the buttons connect up properly.

Tested that the menu is only available while holding the Fairy Book.

book-menu

@AcipenserSturio AcipenserSturio changed the title UI: add (boilerplate) fairy book menu UI: add (boilerplate) fairy book & map menus Jan 25, 2024
@AcipenserSturio
Copy link
Contributor Author

Added map menu as well.

map-menu

Copy link
Owner

@Helco Helco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least I found one comment ;P
looks good otherwise 👍

@@ -61,6 +61,8 @@ private static void AddStandardEntityNaming()
AddEntityNamerByComponent<ScrDeck>(High, nameof(ScrDeck));
AddEntityNamerByComponent<ScrGotCard>(High, nameof(ScrGotCard));
AddEntityNamerByComponent<ScrRuneMenu>(High, nameof(ScrRuneMenu));
AddEntityNamerByComponent<ScrBookMenu>(High, nameof(ScrBookMenu));
AddEntityNamerByComponent<ScrMapMenu>(High, nameof(ScrBookMenu));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nameof(ScrBookMenu) copypaste mistake for ScrMapMenu

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you, fixed

@AcipenserSturio AcipenserSturio requested a review from Helco January 25, 2024 10:19
Copy link
Owner

@Helco Helco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR!

@Helco Helco merged commit a8923c6 into Helco:master Jan 25, 2024
2 checks passed
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.

2 participants