Skip to content

Commit

Permalink
Merge pull request #67 from craftyjs/msg-070-beta
Browse files Browse the repository at this point in the history
Update message to mention the beta
  • Loading branch information
starwed committed Oct 4, 2015
2 parents 9506c5b + 62c310a commit 50b93e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="row splash">

<div id = "splash-right">
<pre><code class="language-javascript"><span class="hljs-built_in">window</span>.onload = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{
<pre><code class="language-javascript"><span class="hljs-built_in">window</span>.onload = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params"></span>) </span>{
Crafty.init();
<span class="hljs-comment">// A blue block, controlled by arrow keys</span>
<span class="hljs-keyword">var</span> player = Crafty.e(<span class="hljs-string">"2D, Canvas, Color, Fourway"</span>)
Expand Down Expand Up @@ -102,7 +102,7 @@
Show Crafty.js some <span id="love">love</span>:
<iframe src="http://ghbtns.com/github-btn.html?user=craftyjs&repo=crafty&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20" style="vertical-align: text-top;"></iframe>
</div>
<div><span class="date">14 November: </span><a href="https://github.com/craftyjs/Crafty/releases/tag/0.6.3-beta">version 0.6.3 released</a></div>
<div><span class="date"</span>October 4: Try the <a href="https://github.com/craftyjs/Crafty/releases/tag/0.7.0-beta-2">0.7.0 beta</a> &mdash; WebGL support and more!</div>
</div>


Expand Down

0 comments on commit 50b93e5

Please sign in to comment.