Skip to content

Commit 3b9bed2

Browse files
committed
Merge pull request #1144 from dingpinglv/Iss2803_V2.1.6Release
Issue #2803: add a sample game link to index.html
2 parents b7d8abd + c240ba4 commit 3b9bed2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Cocos2d-html5-v2.1.6 @ Sep.19, 2013
22
* Improved Sprite, Node, LabelTTF class define from separated code to combined code for maintainability, now it is clean and clear
3+
* added a new sample game "Fruit attack" which works great on PC browsers, mobile browsers, and can even be run natively as an android and iOS app with JSB
34
* cc.Sprite and its subClasses's texture has been replaced from DOM element to cc.Texture2D on Canvas mode
45
* Improved cc.Texture2d for direct using without pre-loading image resources, you don't need to wait resources loading when create a new scene or layers
56
* Migrated CCBReader and GUI to Cocos2d-x 2.1.4

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h1><a href="index.html"><img src="samples/tests/res/Images/cocos2dbanner.png"/>
5555
<li><a href="samples/tests/index.html">Test cases</a> <span class="comment"> - Engine Testcases</span></li>
5656
<li><a href="template/index.html">Template</a> <span class="comment"> - Cocos2d-html5 Template</span></li>
5757
<li><a href="samples/games/MoonWarriors/index.html">MoonWarriors</a> <span class="comment"> - Game</span></li>
58+
<li><a href="samples/games/FruitAttack/index.html">Fruit Attack</a> <span class="comment"> - Game</span></li>
5859
<li><a href="samples/games/WatermelonWithMe/index.html">Watermelon with Me</a> <span class="comment"> - Game</span></li>
5960
<li><a href="samples/games/CocosDragonJS/Published files HTML5/index.html">CocosDragon</a> <span class="comment"> - Game</span></li>
6061
<li><a href="samples/games/CrystalCraze/Published-HTML5/index.html">Crystal Craze</a> <span class="comment"> - Game</span></li>

samples

Submodule samples updated 41 files

0 commit comments

Comments
 (0)