Skip to content

Commit

Permalink
[sdplugin] artwork updates
Browse files Browse the repository at this point in the history
- new images for scene
- follow elgato style guide
  • Loading branch information
fredemmott committed Feb 12, 2021
1 parent fecf3ac commit d64f2c4
Show file tree
Hide file tree
Showing 15 changed files with 246 additions and 10 deletions.
Binary file added streamdeck-plugin/action-icon-set-scene.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 streamdeck-plugin/[email protected]
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 streamdeck-plugin/action-icon-start-stop-output.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 streamdeck-plugin/[email protected]
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 streamdeck-plugin/category.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions streamdeck-plugin/category.svg
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 streamdeck-plugin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions streamdeck-plugin/keys/scene-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions streamdeck-plugin/keys/scene-inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions streamdeck-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Actions": [
{
"Icon": "plugin-icon",
"Icon": "action-icon-start-stop-output",
"Name": "Start/Stop Output",
"States": [
{
Expand All @@ -15,14 +15,14 @@
"UUID": "com.fredemmott.streamingremote.action"
},
{
"Icon": "plugin-icon",
"Icon": "action-icon-set-scene",
"Name": "Switch to Scene",
"States": [
{
"Image": "plugin-icon"
"Image": "rendered-keys/scene-active"
},
{
"Image": "plugin-icon"
"Image": "rendered-keys/scene-inactive"
}
],
"SupportedInMultiActions": true,
Expand All @@ -36,7 +36,7 @@
"Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v3.0.0 to use this plugin.",
"Name": "Streaming Remote",
"Category": "Streaming Remote",
"CategoryIcon": "plugin-icon",
"CategoryIcon": "category",
"Icon": "plugin-icon",
"URL": "https://github.com/fredemmott/streaming-remote/",
"Version": "3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions streamdeck-plugin/manifest.json.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Actions": [
{
"Icon": "plugin-icon",
"Icon": "action-icon-start-stop-output",
"Name": "Start/Stop Output",
"States": [
{
Expand All @@ -15,14 +15,14 @@
"UUID": "com.fredemmott.streamingremote.action"
},
{
"Icon": "plugin-icon",
"Icon": "action-icon-set-scene",
"Name": "Switch to Scene",
"States": [
{
"Image": "plugin-icon"
"Image": "rendered-keys/scene-active"
},
{
"Image": "plugin-icon"
"Image": "rendered-keys/scene-inactive"
}
],
"SupportedInMultiActions": true,
Expand All @@ -36,7 +36,7 @@
"Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v${CMAKE_PROJECT_VERSION} to use this plugin.",
"Name": "Streaming Remote",
"Category": "Streaming Remote",
"CategoryIcon": "plugin-icon",
"CategoryIcon": "category",
"Icon": "plugin-icon",
"URL": "https://github.com/fredemmott/streaming-remote/",
"Version": "${CMAKE_PROJECT_VERSION}",
Expand Down
Binary file added streamdeck-plugin/rendered-keys/scene-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d64f2c4

Please sign in to comment.