Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ <h2>Haxe</h2>
<span class="code-doc">// For core library.</span>
haxelib install nape

<span class="code-doc">// For core library (Haxe 4).</span>
haxelib install nape-haxe4

<span class="code-doc">// For hacks module.</span>
haxelib install nape-hacks

Expand Down Expand Up @@ -84,20 +87,20 @@ <h3>Core Library:</h3>
<table class="as3-table">
<tr>
<td class="as3-segment">
<a class="doclink" href="http://napephys.com/nape-dev.swc">nape-dev.swc</a>
<a class="doclink" href="https://github.com/JoeCreates/napephys/raw/gh-pages/nape-symbolic.swc">nape-dev.swc</a>
</td>
<td class="as3-segment">
<a class="doclink" href="http://napephys.com/nape-release.swc">nape-release.swc</a>
<a class="doclink" href="https://github.com/JoeCreates/napephys/raw/gh-pages/nape-release.swc">nape-release.swc</a>
</td>
<td class="as3-segment">
<a class="doclink" href="http://napephys.com/nape-debug.swc">nape-debug.swc</a>
<a class="doclink" href="https://github.com/JoeCreates/napephys/raw/gh-pages/nape-debug.swc">nape-debug.swc</a>
</td>
</tr>
</table>
<h3>Hacks module:</h3>
<a class="doclink" href="http://napephys.com/nape-hacks.swc">nape-hacks.swc</a>
<a class="doclink" href="https://github.com/JoeCreates/napephys/raw/gh-pages/nape-hacks.swc">nape-hacks.swc</a>
<h3>Symbolic module:</h3>
<a class="doclink" href="http://napephys.com/nape-symbolic.swc">nape-symbolic.swc</a>
<a class="doclink" href="https://github.com/JoeCreates/napephys/raw/gh-pages/nape-symbolic.swc">nape-symbolic.swc</a>
</p>
</td>
</tr>
Expand Down