Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Aug 13, 2022
1 parent 050c78e commit b163aa1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Tiny quality-of-life and utility mods, that aren't big enough to have their own repository.

## Better Fonts

Adds and uses two new fonts:
- Munro Extended - Munro, but with added cyrillic characters;
- Fusion Pixel - pixel font for Chinese and Korean languages;

Also fixes several issues in the Settings menu.

## Blinking Mod

Makes everyone blink.
Expand Down Expand Up @@ -32,6 +40,10 @@ Prevents the game from sending any analytics from your computer.
Checks the RogueLibs' `DebugFlags.EnableTools` flag and enables some tools:
- `[DEBUG] +10 Nuggets` button in the Loadouts;

## Immediate Logger

Loggers commonly implement a writing buffer, so that they don't have to constantly write logs to the file, every time a Log method is called. This one doesn't implement it, so it should catch any and all logs, even if the game or your computer crashes.

## Jumping Mod

Jump on `Left Alt`. Makes you go really fast, unbalanced.
Expand Down
11 changes: 8 additions & 3 deletions Sands.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemolishThatFreakingWall",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Snap", "Snap\Snap.csproj", "{565FD148-0031-4D89-9AC3-F05ED1F82496}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnableRLDebugTools", "EnableRLDebugTools\EnableRLDebugTools.csproj", "{E5AE0142-5B15-4400-8E1F-7A7A1DD37ADF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EnableRLDebugTools", "EnableRLDebugTools\EnableRLDebugTools.csproj", "{E5AE0142-5B15-4400-8E1F-7A7A1DD37ADF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterFonts", "BetterFonts\BetterFonts.csproj", "{B688DDE9-ECB3-478B-955D-72AB4BCF04E1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterFonts", "BetterFonts\BetterFonts.csproj", "{B688DDE9-ECB3-478B-955D-72AB4BCF04E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImmediateLogger", "ImmediateLogger\ImmediateLogger.csproj", "{4A2AD966-D754-4A9D-B899-0CA407E1D828}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImmediateLogger", "ImmediateLogger\ImmediateLogger.csproj", "{4A2AD966-D754-4A9D-B899-0CA407E1D828}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57CB9133-955C-4FED-A8AF-D4492D4A8834}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit b163aa1

Please sign in to comment.