Skip to content

Conversation

@VizzottoNCF
Copy link

@VizzottoNCF VizzottoNCF commented Oct 17, 2025

Double check these details before you open a PR

  • PR does not match another non-stale PR currently opened
  • PR name matches the format new icon: Icon name (versions separated by comma). More details here
  • PR's base is the develop branch.
  • Your icons are inside a folder as seen here
  • SVG matches the standards laid out here
  • A new object is added in the devicon.json file 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)

Copy link
Contributor

@weh weh left a 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": []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"aliases": []
"aliases": [
{
"base": "original",
"alias": "plain"
}
]

add an alias for plain, since there is no plain.svg file

"color": "#443e38",
"aliases": []
}
{
Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

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.

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.

3 participants