Compare commits

...
7 Commits
Author SHA1 Message Date
david c4226c2be0 Merge pull request 'Finalize Mod' (#8) from dev into main
Reviewed-on: #8
2026-08-24 17:20:16 +02:00
david ef7def0790 Merge remote-tracking branch 'origin/dev' into dev 2026-08-24 17:14:28 +02:00
david e5c35b9941 chore: typo 2026-08-24 17:14:17 +02:00
david 50fb0c1410 feat: icon image #7 2026-08-24 16:39:24 +02:00
david 4bd6862b46 feat: preview image #7 2026-08-24 16:29:30 +02:00
david 3e6d700200 feat: add description #7 2026-08-24 16:29:02 +02:00
david 9389a13d2e fix: asset loader breaks when reloading mod 2026-08-23 23:06:01 +02:00
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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)
{ {
+4 -3
View File
@@ -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