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

Fix Format of Values Saved to Data/High_score #1704

Merged

Conversation

atummons
Copy link
Contributor

When saving vars to the high_score file, they were saved as variabletype . variablename, but needs to be variabletype _ variablename. Otherwise the attract mode can't render that variable on the screen as a placeholder, it just shows the name. OOPS!

When saving vars to the high_score file, they were saved as variabletype . variablename, but needs to be variabletype _ variablename.  Otherwise the attract mode can't render that variable on the screen as a placeholder, it just shows the name.  OOPS!
@sonarcloud
Copy link

sonarcloud bot commented Jul 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@toomanybrians toomanybrians merged commit 9f90c8b into missionpinball:dev Jul 15, 2023
3 of 12 checks passed
@atummons atummons deleted the high_score_variable_update branch August 31, 2023 17:10
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.

None yet

2 participants