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

Galaxy Color Randomizer Crashing #8

Open
RossParse opened this issue Jan 16, 2025 · 0 comments
Open

Galaxy Color Randomizer Crashing #8

RossParse opened this issue Jan 16, 2025 · 0 comments

Comments

@RossParse
Copy link

I believe the func randomize_colors for Galaxy needs to have it's values changed from 6 -> 7. This stopped the crash for me:
func randomize_colors():
var seed_colors = _generate_new_colorscheme(7 , randf_range(0.5,0.8), 1.4)
var cols = []
for i in 7:
var new_col = seed_colors[i].darkened(i/7.0)
new_col = new_col.lightened((1.0 - (i/7.0)) * 0.6)
cols.append(new_col)

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

No branches or pull requests

1 participant