From 23a49fa855dccc68db82c79b41afa7ea84586ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asr=C4=B1n=20Do=C4=9Fan?= <33391270+Syntriax@users.noreply.github.com> Date: Fri, 13 Sep 2019 20:33:20 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d716fd8..5a7e42c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SynGame -Simple Shoot 'Em Up game.\ +Simple Shoot 'Em Up game. Keys:\ Move Up - Up Arrow\ @@ -8,14 +8,14 @@ Move Down - Down Arrow\ Move Left - Left Arrow\ Shoot - Space\ Restart - R\ -Exit - Escape(ESC)\ +Exit - Escape(ESC) Settings.syn can be opened with a text editor.\ Settings Format:\ First line: Screen Mode, 1 is Fullscreen, 0 is Windowed (Default Value = 1)\ Second line: Screen Width, Windowed Mode Only (Default Value = 1600)\ Third line: Screen Height, Windowed Mode Only (Default Value = 900)\ -Fourth line: Enemy Count Limiter, there will be no more enemies than this number on the screen (Default Value = 12)\ +Fourth line: Enemy Count Limiter, there will be no more enemies than this number on the screen (Default Value = 12) Exe without console window\ gcc SynGame.c -o SynGame.exe "allegro\lib\liballegro-5.0.10-md.a" "allegro\lib\liballegro_audio-5.0.10-md.a" "allegro\lib\liballegro_acodec-5.0.10-md.a" "allegro\lib\liballegro_image-5.0.10-md.a" "allegro\lib\liballegro_dialog-5.0.10-md.a" "allegro\lib\liballegro_primitives-5.0.10-md.a" --machine-windows