Hi,
I can't see my whole see my whole layout in my browser. I'm taking the Memory Matching Card Game tutorial and both my layout and Project are have a layout property value of 640, 580.
I Can see my whole layout if I turn scaling off, but If i choose any form of scaling (in the Fullscreen in browser option) I can only see around half or less of the project. Why is this?
I am afraid that without your capx we will not be able to find your problem. Could you attach it?
(in full editor you should have access to "Upload attachment")
Develop games in your browser. Powerful, performant & highly capable.
Here you go,
(I hope this won't introduce some sort of security issue with my license)
Thanks for the help.
laserbeak43
Ok, problem is not that you cannot see whole layout while in full screen but that your cards are too big.
You resize them according to WindowHeight and WindowWidth, which returns value of the screen, and thats conflicts with scalling. Here are more details:
https://www.scirra.com/forum/windowwidth-and-windowheight-not-working_t67117
Would it be ok if instead of WindowHeight and WindowWidth you use LayoutHeight and LayoutWidth?
If not maybe we can try to find some other solution.