Since you seem to know what you're doing, do you know of any way to get Construct 3 to display as an overlay over the user's desktop? For so long, I've wanted to make a 'desktop buddies" application.
Yes, you can by making your body in CSS as transparent, exporting using NW.js and then edit the package.json that generates to include a “transparent: true” option.
There’s a paid template someone made, depending your finances it may be a bit pricey but it includes other stuff I think.
(I may start doing small cheap templates for niche things like this also)
The fade uses opacity so it turns the color to your game’s “Theme Color”. Due to a bug, it was turning white by accident in some browsers, please update the plugin to fix this
← Return to plugin
Comments
Log in with itch.io to leave a comment.
This is a really neat tool!
Since you seem to know what you're doing, do you know of any way to get Construct 3 to display as an overlay over the user's desktop? For so long, I've wanted to make a 'desktop buddies" application.
Yes, you can by making your body in CSS as transparent, exporting using NW.js and then edit the package.json that generates to include a “transparent: true” option.
There’s a paid template someone made, depending your finances it may be a bit pricey but it includes other stuff I think.
(I may start doing small cheap templates for niche things like this also)
is there a way I can change the color of the fade effect?
The fade uses opacity so it turns the color to your game’s “Theme Color”. Due to a bug, it was turning white by accident in some browsers, please update the plugin to fix this
Wow!