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

Commit

Permalink
Merge branch 'main' into v4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Dec 16, 2023
2 parents 82f62be + 0c7966c commit 5fbd81b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
</a>
</p>
<p>
<a href="https://github.com/SugarBarrel/RogueLibs/releases/latest">
<img src="https://img.shields.io/github/v/release/SugarBarrel/RogueLibs?label=Latest%20release&style=for-the-badge&logo=github" alt="Latest release" />
<a href="https://github.com/Chasmical/RogueLibs/releases/latest">
<img src="https://img.shields.io/github/v/release/Chasmical/RogueLibs?label=Latest%20release&style=for-the-badge&logo=github" alt="Latest release" />
</a>
<a href="https://github.com/SugarBarrel/RogueLibs/releases">
<img src="https://img.shields.io/github/v/release/SugarBarrel/RogueLibs?include_prereleases&label=Latest%20pre-release&style=for-the-badge&logo=github" alt="Latest pre-release" />
<a href="https://github.com/Chasmical/RogueLibs/releases">
<img src="https://img.shields.io/github/v/release/Chasmical/RogueLibs?include_prereleases&label=Latest%20pre-release&style=for-the-badge&logo=github" alt="Latest pre-release" />
</a>
<br/>
<a href="https://github.com/SugarBarrel/RogueLibs/releases">
<img src="https://img.shields.io/github/downloads/SugarBarrel/RogueLibs/total?label=Downloads&style=for-the-badge" alt="Downloads" />
<a href="https://github.com/Chasmical/RogueLibs/releases">
<img src="https://img.shields.io/github/downloads/Chasmical/RogueLibs/total?label=Downloads&style=for-the-badge" alt="Downloads" />
</a>
<a href="https://github.com/SugarBarrel/RogueLibs/subscription">
<img src="https://img.shields.io/github/watchers/SugarBarrel/RogueLibs?color=green&label=Watchers&style=for-the-badge" alt="Watchers" />
<a href="https://github.com/Chasmical/RogueLibs/subscription">
<img src="https://img.shields.io/github/watchers/Chasmical/RogueLibs?color=green&label=Watchers&style=for-the-badge" alt="Watchers" />
</a>
<a href="https://github.com/SugarBarrel/RogueLibs/stargazers">
<img src="https://img.shields.io/github/stars/SugarBarrel/RogueLibs?color=green&label=Stars&style=for-the-badge" alt="Stars" />
<a href="https://github.com/Chasmical/RogueLibs/stargazers">
<img src="https://img.shields.io/github/stars/Chasmical/RogueLibs?color=green&label=Stars&style=for-the-badge" alt="Stars" />
</a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/custom-interactions/create-interaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ RogueInteractions.CreateProvider<Door>(static h =>

## Examples {#examples}

You can find a ton of examples [here](https://github.com/SugarBarrel/RogueLibs/tree/main/RogueLibsCore/Interactions/VanillaInteractions) (RogueLibs' source code, reimplementing the vanilla interactions).
You can find a ton of examples [here](https://github.com/Chasmical/RogueLibs/tree/main/RogueLibsCore/Interactions/VanillaInteractions) (RogueLibs' source code, reimplementing the vanilla interactions).
4 changes: 2 additions & 2 deletions docs/custom-unlocks/configuring-unlocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public virtual Sprite GetImage()
```

:::note
You can see for yourself how these methods are implemented in [RogueLibs' source code](https://github.com/SugarBarrel/RogueLibs/blob/main/RogueLibsCore/Hooks/Unlocks/UnlockWrapper.cs).
You can see for yourself how these methods are implemented in [RogueLibs' source code](https://github.com/Chasmical/RogueLibs/blob/main/RogueLibsCore/Hooks/Unlocks/UnlockWrapper.cs).
:::

### `DisplayedUnlock` {#displayedunlock}
Expand Down Expand Up @@ -107,7 +107,7 @@ public virtual string GetFancyDescription()
```

:::note
You can see for yourself how these methods are implemented in [RogueLibs' source code](https://github.com/SugarBarrel/RogueLibs/blob/main/RogueLibsCore/Hooks/Unlocks/DisplayedUnlock.cs).
You can see for yourself how these methods are implemented in [RogueLibs' source code](https://github.com/Chasmical/RogueLibs/blob/main/RogueLibsCore/Hooks/Unlocks/DisplayedUnlock.cs).
:::

## Examples {#examples}
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Click **OK** and run the game through Steam.
<Tabs>
<TabItem value="RogueLibs v3.x.x">

**[Download the latest RogueLibs version](https://github.com/SugarBarrel/RogueLibs/releases/latest)**
**[Download the latest RogueLibs version](https://github.com/Chasmical/RogueLibs/releases/latest)**

You need to download only two files: `RogueLibsCore.dll` and `RogueLibsPatcher.dll`.

Expand Down Expand Up @@ -303,7 +303,7 @@ RogueLibs v4.0.0 is still in beta, and while it may have some problems and bugs
RogueLibs v4.0.0 still supports mods that were made with v3 version of RogueLibs!
:::

**[Download the latest RogueLibs version](https://github.com/SugarBarrel/RogueLibs/releases)**
**[Download the latest RogueLibs version](https://github.com/Chasmical/RogueLibs/releases)**

You need to download only one file - `RogueLibs.dll`.

Expand All @@ -328,7 +328,7 @@ And put these `.dll` files in the `BepInEx/plugins` directory.

### **[The local mod library!](/mods)**

**[SoR ModHub](https://sugarbarrel.github.io/SoRModHub)** is a collection of mods that use the latest RogueLibs v3 that I know about. Includes links to other mod sources as well, and is updated pretty regularly.
**[SoR ModHub](https://chasmical.github.io/SoRModHub)** is a collection of mods that use the latest RogueLibs v3 that I know about. Includes links to other mod sources as well, and is updated pretty regularly.

**[GameBanana](https://gamebanana.com/mods/games/8455)** - Streets of Rogue's official mod-sharing place. Some mods don't get released or updated there, since the process of setting up or updating a page is way too long and overly complicated.

Expand Down

0 comments on commit 5fbd81b

Please sign in to comment.