improved things
This commit is contained in:
parent
75aa714eca
commit
4b96cc50f4
|
@ -42,6 +42,8 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post{
|
.post{
|
||||||
|
border-radius: 10px;
|
||||||
|
overflow: hidden;
|
||||||
width: 568px;
|
width: 568px;
|
||||||
background-color: #d6e2fa;
|
background-color: #d6e2fa;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
|
@ -69,6 +71,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
border-radius: 10px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<video autoplay loop> <source src="../images/2017-12-04/a.webm"></video>
|
<video autoplay loop>
|
||||||
|
<source src="../images/2017-12-04/a.webm">
|
||||||
|
</video>
|
||||||
<time datetime="2017-12-04">2017-12-04</time>
|
<time datetime="2017-12-04">2017-12-04</time>
|
||||||
|
|
||||||
Some weeks ago I improved upon the most basic enemy in Takunomi's upcoming game. The enemy, called a _Newt Hare_ was neither bunny enough, nor cute enough. I hope the new one amends both points.
|
Some weeks ago I improved upon the most basic enemy in Takunomi's upcoming game. The enemy, called a _Newt Hare_ was neither bunny enough, nor cute enough. I hope the new one amends both points.
|
||||||
|
|
BIN
images/fail.png
Normal file
BIN
images/fail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
BIN
postCollection
Executable file
BIN
postCollection
Executable file
Binary file not shown.
|
@ -1,4 +1,7 @@
|
||||||
<video autoplay loop> <source src="../images/2017-12-07/a.webm"></video>
|
<video autoplay loop>
|
||||||
|
<source src="../images/2017-12-07/a.webm">
|
||||||
|
<img src="../images/fail.png" />
|
||||||
|
</video>
|
||||||
|
|
||||||
<p><time datetime="2017-12-07">2017–12–07</time>
|
<p><time datetime="2017-12-07">2017–12–07</time>
|
||||||
The improved <em>Newt Hare</em> made its bigger counterpart, the <em>Motherhare</em>, too small. Also, it could be cuter and more bunny-like. So I have you, the <em>Motherhare 2.0</em>, or whatever. Now, the trap to avoid is to not constantly try and improve every enemy, every time I get some spare time.</p>
|
The improved <em>Newt Hare</em> made its bigger counterpart, the <em>Motherhare</em>, too small. Also, it could be cuter and more bunny-like. So I have you, the <em>Motherhare 2.0</em>, or whatever. Now, the trap to avoid is to not constantly try and improve every enemy, every time I get some spare time.</p>
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
<a href="../images/2017-12-04/a.webm"><video autoplay loop> <source src="../images/2017-12-04/a.webm"></video></a>
|
<a href="../images/2017-12-04/a.webm">
|
||||||
|
<video autoplay loop>
|
||||||
|
<source src="../images/2017-12-04/a.webm" />
|
||||||
|
<img src="../images/fail.png" />
|
||||||
|
</video>
|
||||||
|
</a>
|
||||||
|
|
||||||
<p><time datetime="2017-12-04">2017–12–04</time></p>
|
<p><time datetime="2017-12-04">2017–12–04</time></p>
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,9 @@
|
||||||
{{with .Posts}}
|
{{with .Posts}}
|
||||||
{{range .}}
|
{{range .}}
|
||||||
<article class="post">{{template "post" .}}</article>{{else}}<div><strong>no posts</strong></div>{{end}}{{end}}
|
<article class="post">{{template "post" .}}</article>{{else}}<div><strong>no posts</strong></div>{{end}}{{end}}
|
||||||
<article class="post bottomMenu"><a class="bottomMenuElement" href="/">Return</a></div>
|
<article class="post bottomMenu">
|
||||||
|
<div>
|
||||||
|
<a class="bottomMenuElement" href="/">Return to top. ↺</a></br>
|
||||||
|
<p class="bottomMenuElement">Looking for more to read? Try the <a href="/past">past</a> section.</p></div>
|
||||||
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user