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

CTC advancement #1008

Closed
vollschauer opened this issue Aug 8, 2016 · 2 comments
Closed

CTC advancement #1008

vollschauer opened this issue Aug 8, 2016 · 2 comments
Labels
enhancement A proposed or requested enhancement or improvement to renpy's features.

Comments

@vollschauer
Copy link
Contributor

Tom since you heavily improving everything right now I wanna mention two of my feature requests at the "Click-to-Continue" indicator...

Since the indicator is a indicator for "click-to-contiune" I wouldn't show it if in auto-forward or skip mode.
So the textbox should be updated as soon as you toggle afm or skip mode and the ctc is shown or hidden...

If you use the "nestled" option then you might have some rare cases where the ctc indicator
jumps to the next line, but your actual text fits perfectly in "one" line. That's because of text.append(ctc).... For some it might be ok but for some other it might look silly or is not what they want. How about a third option where the ctc is kind of "nestled" but not part of the text itself. So the position is dynamically (it follows the text position) and could be also outside/offscreen of your textbox
definition...?

@renpytom renpytom added the enhancement A proposed or requested enhancement or improvement to renpy's features. label Dec 18, 2017
@vollschauer
Copy link
Contributor Author

Still hoping for a solution with a nestled CTC which is not append as text and causing a line break....

@vollschauer
Copy link
Contributor Author

  1. is solved by using a conditionswitch
  2. is solved with the new ctc "nestled-close" option (in >= 7.1.1)

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A proposed or requested enhancement or improvement to renpy's features.
Projects
None yet
Development

No branches or pull requests

2 participants