Skip to content

Commit

Permalink
Added artist credits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapio committed Dec 18, 2012
1 parent 9689ba7 commit ed1f0b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions credits.html
Expand Up @@ -26,8 +26,16 @@ <h2>Programming</h2>
<a href="http://tapio.github.com/">Tapio Vierros</a>
<h2>Art assets</h2>
<ul>
<li><strong>Models &amp; textures:</strong></li>
<li>Daniel74, Georges Grondin, Maxime Karam, Nobiax, p0ss, PrSharkey, qubodup, Skorpio, Svenstaro, ulf</li>
<li>&nbsp;</li>
<li><strong>Sounds &amp; music:</strong></li>
<li>Blender Foundation, Michel Baradari, Mike Koenig, Ogrebane, Philippe Groarke</li>
<li>&nbsp;</li>
<li><strong>Obtained from:</strong></li>
<li><a href="http://opengameart.org/">Open Game Art</a></li>
<li><a href="http://www.blendswap.com/">Blend Swap</a></li>
<li>&nbsp;</li>
<li><a href="https://github.com/tapio/plasma-forks/tree/master/assets">
(Licenses in readme.txt files)</a></li>
</ul>
Expand Down
5 changes: 4 additions & 1 deletion css/style.css
Expand Up @@ -136,9 +136,12 @@ canvas {
#credits ul {
list-style-type: none;
padding: 0;
width: 300px;
margin: auto;
}

#credits a {
#credits a,
#credits li {
color: #226;
}

Expand Down

0 comments on commit ed1f0b0

Please sign in to comment.