Normally these 2 are very difficult to achieve without custom drawing logic (you cant easily achieve this with typical sprite assets). How do you achieve such Special Effects in Defold?
Galaxy Keeper is afaik made with Defold @Alex_8BitSkull also made lasers in Void Scrappers and I believe he explained it somewhere, but can’t find it now. It was about stacking “parts” of animated lasers.
I believe lasers are super simple with 9-slice and just proper scaling (I didn’t make lasers, but I made connections between two points for a node/flow graph tests, the way of working is the same as laser then)
Lighting might involve some shader to make it not look stretched too much and realistic, so I would draw it on a sprite like laser, but make a custom fragment shader that draws noised bolts on it