mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
Final 1.1 release. Here goes nothing :)
This commit is contained in:
@@ -41,7 +41,7 @@ Version 1.1
|
||||
|
||||
What's New:
|
||||
|
||||
* JSDoc is go! We've added jsdoc3 blocks to every property and function, in every file.
|
||||
* JSDoc is go! We've added jsdoc3 blocks to every property and function, in every file and published the API docs to the docs folder.
|
||||
* Brand new Example system (no more php!) and over 150 examples to learn from too.
|
||||
* New TypeScript definitions file generated (in the build folder - thanks to TomTom1229 for manually enhancing this).
|
||||
* New Grunt based build system added (thanks to Florent Cailhol)
|
||||
|
||||
+1434
-683
File diff suppressed because it is too large
Load Diff
Vendored
+10
-1
File diff suppressed because one or more lines are too long
@@ -520,6 +520,10 @@
|
||||
"file": "bitmap+fonts.js",
|
||||
"title": "bitmap fonts"
|
||||
},
|
||||
{
|
||||
"file": "hello+arial.js",
|
||||
"title": "hello arial"
|
||||
},
|
||||
{
|
||||
"file": "kern+of+duty.js",
|
||||
"title": "kern of duty"
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
|
||||
<div class="main-container centered">
|
||||
<div class="prize-bg">
|
||||
<a href="#" class="prize-button">View details & submit</a>
|
||||
<a href="http://www.html5gamedevs.com/topic/1813-the-monthly-phaser-examples-contest/" class="prize-button">View details & submit</a>
|
||||
</div>
|
||||
<div class="line">
|
||||
<div class="box20">
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@
|
||||
<div id="footer" class="footer">
|
||||
<div class="main-container centered">
|
||||
<div class="prize-bg">
|
||||
<a href="#" class="prize-button">View details & submit</a>
|
||||
<a href="http://www.html5gamedevs.com/topic/1813-the-monthly-phaser-examples-contest/" class="prize-button">View details & submit</a>
|
||||
</div>
|
||||
<div class="line">
|
||||
<div class="box20">
|
||||
|
||||
Reference in New Issue
Block a user