From 4f1515a483a0cf0caf7b9208f19948d923f43bc5 Mon Sep 17 00:00:00 2001 From: Tenshi <87119012+TTENSHII@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:59:22 +0000 Subject: [PATCH] Update README.md (#145) * Update README.md * CMAKE: Fix compil issue update --------- Co-authored-by: Xavier Mitault --- deps/bluga-graphics/CMakeLists.txt | 2 +- docs/README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/deps/bluga-graphics/CMakeLists.txt b/deps/bluga-graphics/CMakeLists.txt index 0748ae81..c7e9d532 100644 --- a/deps/bluga-graphics/CMakeLists.txt +++ b/deps/bluga-graphics/CMakeLists.txt @@ -12,7 +12,7 @@ FetchContent_Declare( FetchContent_Declare( raylib CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release" - URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar" + URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/raylib.tar" DOWNLOAD_NO_PROGRESS FALSE DOWNLOAD_EXTRACT_TIMESTAMP TRUE ) diff --git a/docs/README.md b/docs/README.md index bec34eb9..edc9a306 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,6 +52,21 @@ There are two ways to install R-Bus: +## :space_invader: How to play + +| Key | Action | +|-------------|---------------------------| +| Left arrow | Move left | +| Right arrow | Move right | +| Up arrow | Move up | +| Down arrow | Move down | +| Space | Shoot normal bullets | +| C | Shoot fast bullets | +| V | Shoot bouncing bullets | +| B | Shoot penetrating bullets| +| Esc | Go back | + + ## :book: Documentation - [R-Bus Documentation](https://x-r-g-b.github.io/R-Bus/)