New icon: GameMaker Studio (original, line, wordmark)#2581
New icon: GameMaker Studio (original, line, wordmark)#2581VizzottoNCF wants to merge 5 commits intodevicons:developfrom
Conversation
weh
left a comment
There was a problem hiding this comment.
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.
| "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.
Move the "gamemaker" object to the correct alphabetical location (between "fusion" and "gardener")
| "line", | ||
| ], | ||
| "font": [ | ||
| "plain", |
There was a problem hiding this comment.
the line version can also be added to the font.
| "aliases": [] | ||
| } | ||
| { | ||
| "name": "gamemaker", |
There was a problem hiding this comment.
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)