Skip to content

Commit

Permalink
Bug Fixes and New Category Logo
Browse files Browse the repository at this point in the history
WillAppear - Displays cookie count.
New Category logo
Fixed API POST/PUT
  • Loading branch information
f00d4tehg0dz committed Aug 27, 2022
1 parent e12d19b commit 3ecac6a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Binary file modified Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin
Binary file not shown.
Binary file modified com.f00d4tehg0dz.cookieclicker.sdPlugin/icons/category-icon.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 modified com.f00d4tehg0dz.cookieclicker.sdPlugin/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion com.f00d4tehg0dz.cookieclicker.sdPlugin/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if ($SD) {
let uuid = jsonObj.context;
let settings = jsonObj.payload;
//setLeaderBoardScore(settings, uuid);
setTitleStatus(jsonObj.context, jsonObj.payload.settings)
if (settings.nameKey) {
initiateStatus(jsonObj.context, jsonObj.payload.settings);
}
Expand All @@ -44,7 +45,9 @@ if ($SD) {

// When pressed, Cookie Clicker Activates!
$SD.on(actionName + ".keyUp", function(jsonObj) {
setLeaderBoardScore(settings, uuid);
// let uuid = jsonObj.context;
// let settings = jsonObj.payload;
// setLeaderBoardScore(settings, uuid);
setNumberIncrease(jsonObj.context, jsonObj.payload.settings)
console.log();
});
Expand Down
8 changes: 4 additions & 4 deletions com.f00d4tehg0dz.cookieclicker.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
}
],
"SupportedInMultiActions": false,
"Tooltip": "A CookieClicker plugin developed by Adrian Chrysanthou",
"Tooltip": "A CookieClicker plugin developed by f00d4tehg0dz",
"UUID": "com.f00d4tehg0dz.cookieclicker.action"
}
],
"SDKVersion": 2,
"Author": "Adrian Chrysanthou",
"Author": "f00d4tehg0dz",
"Category": "Cookie Clicker",
"CategoryIcon": "icons/category-icon",
"CodePath": "index.html",
"Description": "A CookieClicker Status plugin developed by Adrian Chrysanthou. Please report any issues you see on the project's Github page. I welcome any feedback.",
"Description": "A CookieClicker Status plugin developed by f00d4tehg0dz. Please report any issues you see on the project's Github page. I welcome any feedback.",
"Name": "Cookie Clicker",
"Icon": "icon",
"URL": "https://github.com/f00d4tehg0dz/elgato-streamdeck-cookie-clicker",
"PropertyInspectorPath": "cookieclicker.html",
"Version": "3.3",
"Version": "3.5",
"OS": [
{
"Platform": "mac",
Expand Down

0 comments on commit 3ecac6a

Please sign in to comment.