Trying to make a game that has a Windows menu bar but Construct Classic doesn't seem to have a working editor so I decided I would look into python scripts.
Took me some time but I found PyGTK which seem to do what I want but the question is, is that the best/most relevant library to use? I mean there are tonnes of others out there but all I can find was this.
Any suggestions of whether this is the right choice or is there a more suited one? Also I'd like to know how to import it into construct. Do I just place the relevant dlls into the right folder to enable me to import it into the scripts or is it abit more complicated than that?