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

More than 5 choice options in dialogues #1322

Open
AlmasB opened this issue Nov 29, 2023 · 9 comments
Open

More than 5 choice options in dialogues #1322

AlmasB opened this issue Nov 29, 2023 · 9 comments
Assignees
Labels
type:new feature Adding a feature that isn't currently present

Comments

@AlmasB
Copy link
Owner

AlmasB commented Nov 29, 2023

Dialogue cutscene can only support around 5 choice options based on the scene size. Add a UI that can allow scrolling through options that go beyond 5. Done

@AlmasB AlmasB added the type:new feature Adding a feature that isn't currently present label Nov 29, 2023
@AlmasB AlmasB self-assigned this Nov 29, 2023
@AlmasB
Copy link
Owner Author

AlmasB commented Nov 29, 2023

Extra: in dialogue editor, allow removing any choice option, not just the last one Done

@AlmasB
Copy link
Owner Author

AlmasB commented Nov 29, 2023

Extra: provide built-in functions for FUNCTION node? Example: add / sub / mul / div / etc

@AlmasB
Copy link
Owner Author

AlmasB commented Nov 29, 2023

Extra: ctrl+c, ctrl+v on nodes? Done

@AlmasB
Copy link
Owner Author

AlmasB commented Nov 29, 2023

Extra: dialogue editor, allow exiting the cutscene from editor early. Done

@AlmasB
Copy link
Owner Author

AlmasB commented Nov 30, 2023

Extra: toggle audio bar visibility Done

AlmasB added a commit that referenced this issue Nov 30, 2023
…s a scroll bar when needed to show more choices, related to #1322
@AlmasB
Copy link
Owner Author

AlmasB commented Dec 1, 2023

Extra: init Function node, which is only called once to initialise all local variables Done, each function now has a property that dictates how many times to run

@AlmasB
Copy link
Owner Author

AlmasB commented Dec 7, 2023

Extra: allow 1-option choice node Done

@AlmasB
Copy link
Owner Author

AlmasB commented Dec 7, 2023

Extra: handle case where all options fail to pass conditions so there are no options to choose. Done

@AlmasB
Copy link
Owner Author

AlmasB commented Dec 13, 2023

Extra: mouse click controls, not just Enter key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:new feature Adding a feature that isn't currently present
Projects
None yet
Development

No branches or pull requests

1 participant