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

Add Hz counter to Classic modes (2) #1184

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Not-A-Normal-Robot
Copy link
Member

#744 with mode modern hooks

@Not-A-Normal-Robot
Copy link
Member Author

image


setFont(20)
GC.mStr(
{
Copy link
Collaborator

Choose a reason for hiding this comment

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

{ } appearing in codes that runs every frame can lead to performance issues

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah but the text can kinda shift around so what do you suggest I should do?

Copy link
Collaborator

Choose a reason for hiding this comment

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

for the color table {1,1,1}, you can simply replace them with pre-defined table like COLOR.Z
for the whole string table, you can pre-define them in the file, then change each value before using it

@MrZ626
Copy link
Collaborator

MrZ626 commented Dec 28, 2024

And, can this feature be implemented in the shared ruleset file, instead of copy-paste them to every mode file? (I haven't checked it carefully yet)

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