In the middle of a strictly house confinement here in Italy, we have decided to show some screenshots of our work with Defold. It took 15 months but everything is still temporary, also the name of the game! Probably in these though times we need some feedback from you!
The game is a puzzle-action for mobile. A first demo is almost complete, we need just to finalize some levels. Probably we will make a build of this demo for people willing to give us some more in-depth help. Also any suggestion about how to reach the market is highly appreciated. We have experience with publishers for consoles but not for mobile.
Here’s the screenshots! Please be sincere with your feedback!
It’s a great honor to see Jack Redrum on the Defold Newsletter #35!
Thanks to anyone in the Defold team! When you feel something deeply, it is inevitably to say it in your own language: “Grazie a tutto il team di Defold!”
If I understand well you mean the ghosts flying to the pipes. It’s quite simple. I have prepared a png with the image of the flying ghost with no deformation. I have a model with this texture and a mesh that is just a rectangle with two parallel sides divided in many segments (64). This model uses a material whose vertex shader deforms the model into a bezier curve. You can take a look at this post
for some details.
This is the basic idea. However to move the ghost along the Bezier curve I have a slightly modified vertex shader squeezing the texture into an arc of the curve. This arc is then moved on the curve.
If you need more info please let me know. I am happy to talk about this.