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

Change how text speed works (to allow faster text speeds) #1458

Merged
merged 3 commits into from
Mar 8, 2023

Conversation

Jowan-Spooner
Copy link
Collaborator

@Jowan-Spooner Jowan-Spooner commented Mar 6, 2023

Revealing new letters is now done in _process() instead of with a timer to allow revealing multiple characters in the same frame.

  • also removes leftover character_positions stuff in get_full_state()

  • also fixes static typing in portrait subsystem get_joined_characters()

  • add [br] syntax highlighting

  • fixes Faster text speeds #1412

Revealing new letters is now done in _process() instead of with a timer to allow revealing multiple characters in the same frame. 

- also removes leftover character_positions stuff in get_full_state()
- also fixes static typing in portrait subsystem get_joined_characters()
- add [br] syntax highlighting
@Jowan-Spooner Jowan-Spooner merged commit 6761551 into main Mar 8, 2023
@Jowan-Spooner Jowan-Spooner deleted the faster-text-speed branch March 20, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Faster text speeds
1 participant