Skip to content

Commit

Permalink
Add icon files
Browse files Browse the repository at this point in the history
  • Loading branch information
Visne committed Jan 3, 2024
1 parent 7bd29f4 commit 42c6586
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SS14.Launcher/Assets/button-icons/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
refresh.png:
Adapted from: https://www.svgrepo.com/svg/324699/refresh-reload-sync-arrow-down-direction-up
License: CC-BY
Author: fengquan

plus.png:
Adapted from: https://www.svgrepo.com/svg/509386/plus
License: MIT
Author: afnizarnur

star.png, star-outline.png:
Adapted from: https://www.svgrepo.com/svg/440733/favorite
License: MIT
Author: xivapi
Binary file added SS14.Launcher/Assets/button-icons/plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS14.Launcher/Assets/button-icons/refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS14.Launcher/Assets/button-icons/star-outline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS14.Launcher/Assets/button-icons/star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions SS14.Launcher/IconsLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ private static readonly (string path, string resource)[] Icons =
("info-icons/github.png", "InfoIcon-github"),
("info-icons/web.png", "InfoIcon-web"),
("info-icons/wiki.png", "InfoIcon-wiki"),
("button-icons/refresh.png", "ButtonIcon-refresh"),
("button-icons/plus.png", "ButtonIcon-plus"),
("button-icons/star.png", "ButtonIcon-star"),
("button-icons/star-outline.png", "ButtonIcon-star-outline"),
};

public static void Load(App app)
Expand Down

0 comments on commit 42c6586

Please sign in to comment.