This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Geoffrey Frogeye e363b2872b Addedd animations when moving tiles
Looks weird for merging animation, it's because one of the tiles isn't refered as its origin by the merged one, so it won't appears.
* Solution 1: Make a Grid with previous tiles of which animation is based with nextPosition instead
* Solution 2: Make two previousPosition. It does what the original one does, however less stable (affects every new tile definition)
2014-04-05 19:11:02 +02:00
.gitignore Initial commit 2014-04-05 16:40:56 +02:00
2048.c Addedd animations when moving tiles 2014-04-05 19:11:02 +02:00
2048.dlr Addedd animations when moving tiles 2014-04-05 19:11:02 +02:00
2048.dlw Addedd animations when moving tiles 2014-04-05 19:11:02 +02:00
2048.G1A Addedd animations when moving tiles 2014-04-05 19:11:02 +02:00
2048.g1w Initial commit 2014-04-05 16:40:56 +02:00
AddinInfo.txt Initial commit 2014-04-05 16:40:56 +02:00
eActivityIcon.bmp Initial commit 2014-04-05 16:40:56 +02:00
FXSH_Build.bat Initial commit 2014-04-05 16:40:56 +02:00
MainIcon.bmp Initial commit 2014-04-05 16:40:56 +02:00
MonochromeLib.c Initial commit 2014-04-05 16:40:56 +02:00
MonochromeLib.h Initial commit 2014-04-05 16:40:56 +02:00