Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -15900,4 +15900,25 @@
"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")

"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.

"altnames": [],
"tags": [
"gml",
"engine",
"game-engine"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"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.

]
},
"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

}
]
44 changes: 44 additions & 0 deletions icons/gamemakerstudio/gamemakerstudio-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions icons/gamemakerstudio/gamemakerstudio-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading