From ff7fc4bca933d4784dbff3523bc3afd943e90e61 Mon Sep 17 00:00:00 2001 From: Cucky <44537737+cuckydev@users.noreply.github.com> Date: Sat, 19 Jan 2019 21:38:38 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8df29214..7486e470 100644 --- 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 @@ Create "build" directory 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)