shithub: cstory

Download patch

ref: ff7fc4bca933d4784dbff3523bc3afd943e90e61
parent: 44709ab500690b85070992a4bac044ebc15c51ca
author: Cucky <44537737+cuckydev@users.noreply.github.com>
date: Sat Jan 19 16:38:38 EST 2019

Update README.md

--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
 # Cave Story Engine 2
 I'm rewriting Cave Story Engine from scratch, to be more accurate than before!
+
 Cave Story Engine is a recompilation of Cave Story (freeware release), also porting it from DirectX to SDL2
 
+![Screenshot](screenshot.png)
+
 How to build:
 
 Create "build" directory
@@ -9,3 +12,8 @@
 cd to the base directory,
 
 make (RELEASE=1 for release build)
+
+
+
+JAPANESE=1 to enable certain Japanese differences
+FIX_BUGS=1 to fix certain bugs (see src/Bug Fixes.txt)