From 9b93d8ad58ce54b19b80795956878291089e8628 Mon Sep 17 00:00:00 2001 From: Thomas Lacroix Date: Thu, 6 Dec 2018 11:18:33 +0100 Subject: [PATCH] New post-LD version (0.2.0) + better README. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f6163e..f84d715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fuite" -version = "0.1.0" +version = "0.2.0" dependencies = [ "amethyst 0.9.0 (git+https://github.com/amethyst/amethyst.git)", "fern 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1b7e29b..c203fc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuite" -version = "0.1.0" +version = "0.2.0" authors = ["Thomas Lacroix "] edition = "2018" diff --git a/README.md b/README.md index 6c74818..7c49e21 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ A game where you have to escape... but will everybody make it? Sacrifices must be made. -**Controls**: Click on Hums to control them: - - Left click: go to your left. - - Right right: go to your other left. +**Controls**: + - Click on Hums to control them: + - Left click: go to your left. + - Right right: go to your other left. + - R: restart the current level. -For players stuck with a touchpad: +For players stuck with a touch-pad: - Click + Space = right click.