Skip to content

Commit

Permalink
Adding Roblox Studio icons (#2029)
Browse files Browse the repository at this point in the history
* Added icon for Roblox Studio files:
RBXL
RBXLX
RBXM
RBXMX

* Updated Roblox icon to fit guidelines

* Update icon position and size

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
Keeryel and PKief committed Jul 22, 2023
1 parent c228dbf commit 8ca423a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/roblox.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2397,5 +2397,6 @@ export const fileIcons: FileIcons = {
'werf-giterminism.yml',
],
},
{ name: 'roblox', fileExtensions: ['rbxl', 'rbxlx', 'rbxm', 'rbxmx'] },
],
};

0 comments on commit 8ca423a

Please sign in to comment.