Fixed some game logic
* Each tile can only merge once per move * Game update correctly after just moving * Slowed down animation because it looked weird out of the emulator * Fixed a single typo
This commit is contained in:
parent
e363b2872b
commit
91e395a35e
5 changed files with 86 additions and 345 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
/SDCard/*
|
||||
/imgres/*
|
||||
*.sublime-*
|
||||
*Thumbs.db
|
Reference in a new issue