Skip to content

Commit

Permalink
make it more clear where the examples are
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Sep 18, 2012
1 parent f32e153 commit 76b30f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blog/announce/version-0.4.0.elm
Expand Up @@ -12,9 +12,11 @@ blog = [markdown|

This release makes [Elm](/) better for:

* **Making games.** [Elements][a], [sprites][b], and [textures][c] can now be used in a `collage`.
* **Making games.** Elements, sprites, and textures can now be used in a `collage`
This includes text, gifs, videos, and any other complex `Element`, making Elm much
more flexible for game creation. (Get started with [Pong][pong].)
more flexible for game creation. Check out examples of the new features
([Elements][a], [sprites][b], [textures][c]) and learn how to make games with
the [Pong walkthrough][pong].

* **Creating text.** Elm now has native [Markdown][1] support ([example][2]).
You can also set typefaces (a.k.a. "fonts") programatically ([example][typeface]).
Expand Down

0 comments on commit 76b30f4

Please sign in to comment.