This is working well in GDevelop. But your canvas is not transparent, it has a background color. This background color is not transparent, so alpha is 255.
I think there is a way to set up the Pixi.js canvas as transparent, but it’s not an option in GDevelop for now. We would need to add an option. Or you can take a look yourself in the GDevelop directory, in Resources/GDJS/Runtime/pixi-renderers/runtimegame-pixi-renderer.js (example on macOS: /Applications/GDevelop\ 5.app/Contents/Resources/GDJS/Runtime/pixi-renderers/runtimegame-pixi-renderer.js). Try to add transparent: true here: https://github.com/4ian/GDevelop/blob/master/GDJS/Runtime/pixi-renderers/runtimegame-pixi-renderer.js#L41-L42
and relaunch a preview. Be sure to keep a backup of the original file. We won’t be supporting files that have arbitrary changes if there is a bug, it’s just a quick hack to see if it works
If something goes wrong, reinstall GDevelop.