From b4a0a7a8bc0c8706484e8afb33e0b53cd3aaba6d Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 15 Jul 2020 21:38:57 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6964647..f487735 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # I-MIC FPS +![logo](https://raw.githubusercontent.com/cyberarm/i-mic-fps/master/svg/logo.svg) + Creating a multiplayer first-person-shooter in pure Ruby; Using C extensions only for Rendering, Sound, and Input. ([Gosu](https://libgosu.org) and [opengl-bindings](https://github.com/vaiorabbit/ruby-opengl/)) ![screenshot](https://raw.githubusercontent.com/cyberarm/i-mic-fps/master/screenshots/screenshot-game.png) @@ -14,4 +16,4 @@ Requires a Ruby runtime that supports the gosu and opengl-bindings C-extensions * `--profile` - Run ruby-prof profiler * `--mesa-override` - (Linux) Force MESA to use OpenGL/GLSL version 3.30 * `--savedemo` - Record camera movement and key events to playback later *(alpha-quality feature)* -* `--playdemo` - Plays the previously recorded demo *(alpha-quality feature)* \ No newline at end of file +* `--playdemo` - Plays the previously recorded demo *(alpha-quality feature)*