mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 14:25:05 +00:00
f58ce9f421
Implements support for various new UI features that weren't possible up until now, such as an 'About StreamFX' window with a thank you to everyone that supported the project up until now.
13 lines
476 B
Text
13 lines
476 B
Text
<RCC>
|
|
<qresource prefix="logos">
|
|
<file alias="streamfx_logo">logo.png</file>
|
|
</qresource>
|
|
<qresource prefix="linktype">
|
|
<file alias="discord">linktype_discord.png</file>
|
|
<file alias="facebook">linktype_facebook.png</file>
|
|
<file alias="generic">linktype_generic.png</file>
|
|
<file alias="twitch">linktype_twitch.png</file>
|
|
<file alias="twitter">linktype_twitter.png</file>
|
|
<file alias="youtube">linktype_youtube.png</file>
|
|
</qresource>
|
|
</RCC>
|