Refactors, bugfixs + Crystals (#127)

* fix dwarf displacement map

* Big Fireplace update

* add crystalls placeholder

* bonfire update

* displaccement update

* Update wallmount_torch.yml
This commit is contained in:
Ed
2024-05-03 20:40:31 +03:00
committed by GitHub
parent e5246f1e76
commit dd84d48fed
38 changed files with 365 additions and 94 deletions

View File

@@ -39,7 +39,7 @@ public sealed class RandomSpriteSystem: SharedRandomSpriteSystem
component.Selected.EnsureCapacity(groups.Count);
Color? previousColor = null;
Color? previousColor = component.CP14InheritBaseColor; //CrystallPunk
foreach (var group in groups)
{