Skip to content

Commit

Permalink
Clean up tutorial text (#59)
Browse files Browse the repository at this point in the history
Remove unused ecs import
Fix strong tag in caption
  • Loading branch information
oppai authored Jul 18, 2020
1 parent c88c88e commit da37b55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorials/_posts/2016-04-09-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ package main

import (
"github.com/EngoEngine/engo"
"github.com/EngoEngine/ecs"
)

type myScene struct {}
Expand Down Expand Up @@ -240,7 +239,7 @@ If run our game (`go run traffic.go`), the result should look something like thi
<figure class="callout text-center">
<a href="/img/tutorials/01/black.png" target="_blank">
<img alt="City texture" src="/img/tutorials/01/black.png" style="height:200px">
<figcaption>Our game so far, with the (default) black background</strong></figcaption>
<figcaption><strong>Our game so far, with the (default) black background</strong></figcaption>
</a>
</figure>

Expand Down

0 comments on commit da37b55

Please sign in to comment.