add more file formats
This commit is contained in:
parent
552f075f31
commit
718b912719
3 changed files with 17 additions and 5 deletions
|
@ -5,8 +5,16 @@
|
|||
<img class='art' src='<%= contentN.path %>'>
|
||||
<% } else if (contentN.ext == '!neoboxels') { %>
|
||||
</a>
|
||||
<a class='link' href='https://sand.dervland.net/?embed=https://com.dervland.net<%= contentN.path %>'>
|
||||
Neoboxels Save
|
||||
<a class='form-button' href='https://sand.dervland.net/?embed=https://com.dervland.net<%= contentN.encoded %>'>
|
||||
Play my Neoboxels map!
|
||||
<% } else if (contentN.ext == 'pmp') { %>
|
||||
</a>
|
||||
<a class='form-button' href='https://studio.penguinmod.com/editor.html?project_url=https://com.dervland.net<%= contentN.encoded %>'>
|
||||
Play my PenguinMod project!
|
||||
<% } else if (contentN.ext == 'sb3') { %>
|
||||
</a>
|
||||
<a class='form-button' href='https://turbowarp.org/editor.html?project_url=https://com.dervland.net<%= contentN.encoded %>'>
|
||||
Play my Scratch project!
|
||||
<% } else if (['txt','json'].indexOf(contentN.ext) != -1) { %>
|
||||
<%= contentN.href %>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue