-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New icon: GameMaker Studio (original, line, wordmark) #2581
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Viz, thank you for your contribution. There are some things the we need to change before we can merge it. The files need to be optimized with e.g. SVGOMG. They need to be on a single line with a second, empty line.
Also the files used for the font need to have only one path element in a single color.
The Wiki has some articles showing how to prepare images. Just let me know if you need more infos :)
| ] | ||
| }, | ||
| "color": "#ffffff", | ||
| "aliases": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "aliases": [] | |
| "aliases": [ | |
| { | |
| "base": "original", | |
| "alias": "plain" | |
| } | |
| ] |
add an alias for plain, since there is no plain.svg file
| "color": "#443e38", | ||
| "aliases": [] | ||
| } | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move the "gamemaker" object to the correct alphabetical location (between "fusion" and "gardener")
| "line", | ||
| ], | ||
| "font": [ | ||
| "plain", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the line version can also be added to the font.
| "aliases": [] | ||
| } | ||
| { | ||
| "name": "gamemaker", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name in devicon.json needs to match the folder- and file-names. According to the brand guidelines, the "Studio" part is not used anymore, i suggest to rename folder and files to gamemaker
We no longer use the names GameMaker:Studio or GameMaker Studio 2.
Double check these details before you open a PR
developbranch.devicon.jsonfile at the correct alphabetic position as seen here**This PR closes **
Link to prove your SVG is correct and up-to-date.
https://gamemaker.io/legal/brand
GameMaker Studio does not provide oficial SVG files for their branding, but they do provide oficial logo images that I've converted into SVG files.
GameMaker uses 2 variations of their logo, one in white(#ffffff) and another in black (#000000), this commit contains only the white version of the logos (as it is the one they use the most)