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 grass main colors #62

Merged
merged 2 commits into from
Nov 3, 2024
Merged

Fix grass main colors #62

merged 2 commits into from
Nov 3, 2024

Conversation

ChillerDragon
Copy link
Collaborator

Closes #61

before

$ grep 325021 mapres/grass_main.svg  | wc -l
2
$ grep 324f21 mapres/grass_main.svg | wc -l
14
$ grep 9ee741 mapres/grass_main.svg | wc -l
2
$ grep 9fe743 mapres/grass_main.svg | wc -l
14

after

$ grep 325021 mapres/grass_main.svg  | wc -l
0
$ grep 324f21 mapres/grass_main.svg | wc -l
16
$ grep 9ee741 mapres/grass_main.svg | wc -l
0
$ grep 9fe743 mapres/grass_main.svg | wc -l
16

@def- def- merged commit 4eaad95 into ddnet:main Nov 3, 2024
3 checks passed
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.

color inconsistency in grass_main.svg
2 participants