News:

A forum for users of LackeyCCG

Main Menu

Cards on sides?

Started by TigressErica, June 04, 2018, 02:44:57 PM

Previous topic - Next topic

TigressErica

Can cards only be flipped 90 degrees to the right? I keep coming across games I'd love to make plugins for... but I'd have to be able to flip cards to their right, left and/or upside-down, and so far, it seems it's only possible to flip cards to the right. Is there any way to do this in Lackey?

xdarkgeox

of course you can make cards flip in any direction just modify this function in the plugininfo

<cardfunction><label>Turn</label><kind>MAKERIGHT90DEGREES</kind><includeasbutton>no</includeasbutton></cardfunction>

instead 90 , you can put 270 for left or 180 for upside down

TigressErica

Thanks a ton xdarkgeox! I've been making plugins by modifying existing plugins and hadn't known of this bit of programming.