gomercin / LMUJS

[Cocos2D JS] Line Me Up source code rewritten in JavaScript (Cocos2d JS)
0 stars 0 forks source link

Enable game settings #6

Closed gomercin closed 6 years ago

gomercin commented 8 years ago

Game size can easily be changed from the game settings menu.

Unfortunately, photo selection is not that easy and it seems to require custom JS Bindings for iOS, Android and Windows phones. Look for previously proposed solutions.

Getting cropped texture might be a problem, check the iOS project for that

In photo game mode, column values are also important for boardValues array so add that check.

gomercin commented 6 years ago

Redesigned the settings and the main menu (mainly in 53c9b23ba38f9686da6663e7ca54e9c43fbcbaf6 );