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

Cleanup color map for 'Light grey-blue river cell' and 'brown waste cells' needs to be switched. #176

Open
ldfrancis opened this issue Apr 18, 2020 · 0 comments

Comments

@ldfrancis
Copy link

In the custom color dictionary for cleanup, the rgb color list for 'Light grey-blue river cell' and 'Light grey-blue stream cell' should be [99, 156, 194] while that of 'brown waste cells' should be [113, 75, 24].

With the current values, rivers appear brown and wastes appear light-grey when the env is rendered.

CLEANUP_COLORS = {'C': [100, 255, 255], # Cyan cleaning beam
'S': [113, 75, 24], # Light grey-blue stream cell
'H': [99, 156, 194], # brown waste cells
'R': [113, 75, 24]} # Light grey-blue river cell

@ldfrancis ldfrancis changed the title Clean up color map for 'Light grey-blue river cell' and 'brown waste cells' needs to be switched. Cleanup color map for 'Light grey-blue river cell' and 'brown waste cells' needs to be switched. Apr 18, 2020
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