Adventure Game Engine: reports
-
Today I started a point and click adventure game engine for a future game. I like Qt and i'm hopeful with QML, then tried do it with QML.
Then i discovered: MouseAreas are only retangular, and a point and click game need irregular mouseareas.
Then i think: "i can get the position of click and compare with color of a pixel in a chroma key".
But i can't get the color of a pixel on a image in QML.Tomorrow i come back to Graphic Framework.
Sadly for some games QML is not ready.