From a06e3793725230effe36d36f73ae859cc6784a2f Mon Sep 17 00:00:00 2001 From: Julia K Date: Mon, 7 Sep 2020 12:33:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e68d22..d2b97bc 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Vanilla Cave Story does not work yet because some important data files are embed **Cave Story+ data files:** -![cs+](https://i.imgur.com/8qbfkeb.png) +![cs+](https://i.imgur.com/DIlz4eo.jpg) #### why rust, it's a hipster language lol @@ -90,5 +90,5 @@ Would 90% of end-users running this thing care about the programming language so - [Cave Story Tribute Site](https://cavestory.org) - for LOTS of useful resources related to the game. - [Clownacy for CSE2](https://github.com/Clownacy/CSE2) - some game logic reference / mutual help in reverse engineering bitfields and other shit. - [CSMC](https://discord.gg/xRsWpz6) - a helpful Cave Story modding community -- [LunarLambda](https://gitdab.com/LunarLambda/organism) - for reimplementing Organya in Rust, which is used by us as `.org` playback engine. +- [LunarLambda for organism](https://gitdab.com/LunarLambda/organism) - for reimplementing Organya in Rust, which is used by us as `.org` playback engine. - [NXEngine](https://github.com/nxengine/nxengine-evo) - an another OSS rewrite of Cave Story engine I took some inspiration from.