Hello,
i am developing a game, but i'm still pretty inexperienced with the frontend(If anyone is interested in doing that for/with me, contact me).
At the moment i'm trying to setup the basic layout in a way, that it will work on different screen sizes.
At the top i want to have an area for the hand cards.
Below i want to have the board. It is quadratic and i think 800x800px is a suitable size for monitors.
on the right side of the board, i want 3 big cards: 1 at the top, 1 at the center and 1 at the bottom.
If you start the game watergate in studio, you can see, how it's supposed to look like.
My problem is, that when i start decreasing the width of the window the 3 cards become hidden before it starts scaling everything.
Can anyone give me an example of how the tpl file (and css styles) should look like to achieve this layout properly?
i am developing a game, but i'm still pretty inexperienced with the frontend(If anyone is interested in doing that for/with me, contact me).
At the moment i'm trying to setup the basic layout in a way, that it will work on different screen sizes.
At the top i want to have an area for the hand cards.
Below i want to have the board. It is quadratic and i think 800x800px is a suitable size for monitors.
on the right side of the board, i want 3 big cards: 1 at the top, 1 at the center and 1 at the bottom.
If you start the game watergate in studio, you can see, how it's supposed to look like.
My problem is, that when i start decreasing the width of the window the 3 cards become hidden before it starts scaling everything.
Can anyone give me an example of how the tpl file (and css styles) should look like to achieve this layout properly?