Releases: LethalCompanyModding/RuntimeIcons
Releases · LethalCompanyModding/RuntimeIcons
0.3.1
Version 0.3.0
Reworked the rendering system to render items asynchronously:
- Items are enqueued to compute the positioning and framing off the main thread
- Rendering is done during the normal game rendering loop to avoid extra overhead
- Textures are post-processed using an async compute shader
v0.2.0
- Reworked the transparent rendering system to avoid custom passes
- Categorized the mod as client-only in LobbyCompatibility
- Added a new file-based override system
- Added default icon for bodies
RuntimeIcons HotFix v0.1.6
version bump!
RuntimeIcons v0.1.5
Initial beta release