ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.32k stars 254 forks source link

Fixes a few broken links #212

Closed katerberg closed 1 year ago

katerberg commented 1 year ago

This fixes a few broken RogueBasin links that I noticed during my 7DRL.

I also tried building the project using make all but it ended up with a lot of differences that appeared not to affect anything but would probably make this harder to review. The results are here. I'm happy to have that be the PR instead if that's easier, but I'm likely doing something wrong with my build process, or some backing libraries have updated and now there is not a need for the _partial prefixing anymore.

I'm happy to document the build process if that would be useful, but I'm not sure how to get it compiled and working.

ondras commented 1 year ago

Hi @katerberg,

thanks for your PR! I will merge this right now.

The rebuild issue is probably caused by some newer ts/minification tool version; I would not really care about that. Your changes have value w.r.t. documentation, so the code probably does not need to get rebuilt at all.