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

[ENHANCEMENT] [MODDING] Custom render distance for Strumline.hx #3959

Closed
wants to merge 1 commit into from

Conversation

Kade-github
Copy link
Contributor

Does this PR close any issues? If so, link them below.

N/A

Briefly describe the issue(s) fixed.

Adds CUSTOM_RENDER_DISTANCE_MS, and USE_CUSTOM_RENDER_DISTANCE as public static variables in Strumline.hx.

These control the get_RENDER_DISTANCE_MS() private static getter and return a custom render distance if USE_CUSTOM_RENDER_DISTANCE is true.

These new public static variables are documented and shouldn't affect anything in vanilla base game at all.
The only problem I could see is a module forgetting to reset USE_CUSTOM_RENDER_DISTANCE.

@github-actions github-actions bot added haxe Issue/PR modifies game code medium A medium pull request with 100 or fewer changes labels Dec 28, 2024
@Kade-github
Copy link
Contributor Author

Going to merge this into one pr

@Kade-github Kade-github closed this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
haxe Issue/PR modifies game code medium A medium pull request with 100 or fewer changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants