Compare commits
7
Commits
2820d0860b
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef7def0790 | ||
|
|
e5c35b9941 | ||
|
|
50fb0c1410 | ||
|
|
4bd6862b46 | ||
|
|
3e6d700200 | ||
|
|
900b97583b | ||
|
|
9389a13d2e |
@@ -100,7 +100,7 @@ namespace IngameReveries
|
|||||||
}
|
}
|
||||||
|
|
||||||
_reveriesBundle = AssetBundle.GetAllLoadedAssetBundles()
|
_reveriesBundle = AssetBundle.GetAllLoadedAssetBundles()
|
||||||
.FirstOrDefault(b => b.name == "logosteal" || b.mainAsset != null);
|
.FirstOrDefault(b => b.name == "bundle" || b.mainAsset != null);
|
||||||
|
|
||||||
if (_reveriesBundle == null)
|
if (_reveriesBundle == null)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
[h1]Hello World![/h1]
|
[h1]Ingame Reveries[/h1]
|
||||||
This description will be shown on the mod manager, and be uploaded to Steam Workshop.
|
Displays the daily reveries from the title screen in the ingame pause menu.
|
||||||
Note some tags like tables, links and images are not supported in the in-game mod manager and will be either omitted / shown as plain-text.
|
[h2]Note[/h2]
|
||||||
|
Current progress won't be displayed until you go back to the title screen and save the game.
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 269 KiB |
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
joa coole mod die in einem run ermöglicht, daily quests (Reveries) anzuschauen.
|
joa coole mod die in einem run ermöglicht, daily quests (Reveries) anzuschauen.
|
||||||
|
|
||||||
|
## Current Behaiviour
|
||||||
|
|
||||||
|
Progress lässt sich erst nach dem Rausgehen eines Spiels aktuallisieren. Reroll und claim gehen denoch.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [Shape of Dreams Docs](https://github.com/LizardSmoothie/ShapeOfDreamsModDocs)
|
- [Shape of Dreams Docs](https://github.com/LizardSmoothie/ShapeOfDreamsModDocs)
|
||||||
|
|||||||
Reference in New Issue
Block a user