Memory icon indicating copy to clipboard operation
Memory copied to clipboard

how to change the layout of cards

Open menglunyang opened this issue 7 years ago • 0 comments

this game is awesome, I learn a lot from this. but now I want change the layout of cards. For example, you set level one 4 * 2. I want change it to 2 * 2. I modified some of files, but it didn't change. the following is what I did. change _game.scss line 133-134

//$y : sqrt($tiles/2); //$x : $tiles/$y; $y : 2; $x : 2;

could you tell me how to do?

menglunyang avatar Mar 18 '17 14:03 menglunyang