Skip to content
Snippets Groups Projects
Commit 54c87b10 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Add github and bsky social icons

parent c2f78834
No related branches found
No related tags found
No related merge requests found
indra/newview/skins/default/textures/alchemy/bluesky.png

1.07 KiB

indra/newview/skins/default/textures/alchemy/github.png

1.13 KiB

......@@ -964,6 +964,8 @@ with the same filename but different name
<texture name="social_discord" file_name="alchemy/discord_32.png" preload="false" />
<texture name="social_mastodon" file_name="alchemy/mastodon_32.png" preload="false" />
<texture name="social_bluesky" file_name="alchemy/bluesky.png" preload="false" />
<texture name="social_github" file_name="alchemy/github.png" preload="false" />
<texture name="Cam_Recall" file_name="icons/Cam_Recall.png"/>
<texture name="Cam_Save" file_name="icons/Cam_Save.png"/>
......
......@@ -38,17 +38,49 @@
name="viewer_logo"
top="4"
width="128" />
<icon
interactable="true"
commit_on_click="true"
height="42"
image_name="social_github"
layout="topleft"
left="25"
mouse_opaque="true"
name="github_icon"
tool_tip="[APP_NAME] on Discord"
top="140"
width="41">
<icon.commit_callback
function="Advanced.ShowURL"
parameter="https://github.com/alchemyviewer" />
</icon>
<icon
interactable="true"
commit_on_click="true"
height="42"
image_name="social_bluesky"
layout="topleft"
left_pad="10"
mouse_opaque="true"
name="bsky_icon"
tool_tip="[APP_NAME] on Mastodon"
top="140"
width="42">
<icon.commit_callback
function="Advanced.ShowURL"
parameter="https://bsky.app/profile/alchemyviewer.org" />
</icon>
<icon
interactable="true"
commit_on_click="true"
height="32"
image_name="social_discord"
layout="topleft"
left="20"
left="25"
mouse_opaque="true"
name="discord_icon"
tool_tip="[APP_NAME] on Discord"
top="140"
top_pad="10"
width="42">
<icon.commit_callback
function="Advanced.ShowURL"
......@@ -60,11 +92,11 @@
height="32"
image_name="social_mastodon"
layout="topleft"
left_pad="20"
left_pad="16"
mouse_opaque="true"
name="mastodon_icon"
tool_tip="[APP_NAME] on Mastodon"
top="140"
top_delta="0"
width="30">
<icon.commit_callback
function="Advanced.ShowURL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment