Created a genre substitution wizard and a main menu to access it#89
Open
GitHusbando wants to merge 4 commits intomasterfrom
Open
Created a genre substitution wizard and a main menu to access it#89GitHusbando wants to merge 4 commits intomasterfrom
GitHusbando wants to merge 4 commits intomasterfrom
Conversation
Currently, it can save and load correctly-formatted json files, but can't actually edit them.
There's no main menu, so the scene needs to be launched directly. There are buttons for loading, saving, and creating new genre substitution files. It seems to work as intended, but isn't especially user-friendly. Also changed some project settings so the scene can expand with the window.
Added a new set of textures for adding/removing genres to distinguish from the add/remove replacement buttons Created a main menu from which to open the wizards and added back buttons to return to the menu to the wizards Very slightly changed the layout of the character creation wizard because it was bothering me
this sort of ui seems a bit more toolset-like and hopefully serves as a better base for future additions the scenes themselves need to be reworked to be resizeable, but they already kind did
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The wizard lets you load, edit, and save JSONs used for genre substitution on desktop (not set up for web).
The main menu has buttons to load the two existing wizards, and each wizard has a back button to return to the main menu.