Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change the layout of cards #4

Open
menglunyang opened this issue Mar 18, 2017 · 0 comments
Open

how to change the layout of cards #4

menglunyang opened this issue Mar 18, 2017 · 0 comments

Comments

@menglunyang
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant