diff --git a/Cargo.toml b/Cargo.toml index e0fb405..0a833be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "invaders" -version = "0.1.0" +version = "0.1.1" authors = ["thetek "] description = "space invaders written using webassembly, rust and webgl" repository = "https://git.tjdev.de/thetek/invaders" diff --git a/www/index.html b/www/index.html index a82396a..2dc9580 100644 --- a/www/index.html +++ b/www/index.html @@ -49,6 +49,9 @@ border: 2px solid #fff; color: #fff; } + #welcome p { + margin-top: -1rem; + } button { background: none; border-radius: .25rem; @@ -72,6 +75,7 @@ This page contains WebGL content, please enable WebGL in your browser.

Invaders

+

v0.1.1