forked from nikita/muzika-gromche
Adapt to WaterGun-V70PoweredLights_Fix-1.1.0
Don't replace the rest of the patches, because animators and audio would be broken for reasons yet unknown.
This commit is contained in:
parent
b0d5922c3c
commit
02903ba537
|
|
@ -115,9 +115,10 @@ namespace MuzikaGromche
|
|||
]),
|
||||
new("GarageTile", [
|
||||
new("HangingLEDBarLight (3)", LEDHangingLight),
|
||||
new("HangingLEDBarLight (4)", LEDHangingLight,
|
||||
new("HangingLEDBarLight (4)", LEDHangingLight),
|
||||
// This HangingLEDBarLight's IndirectLight is wrongly named, so animator couldn't find it
|
||||
ManualPatch: RenameGameObjectPatch("IndirectLight (1)", "IndirectLight")),
|
||||
// renamed by WaterGun-V70PoweredLights_Fix-1.1.0
|
||||
// ManualPatch: RenameGameObjectPatch("IndirectLight (1)", "IndirectLight")),
|
||||
]),
|
||||
new("PoolTile", [
|
||||
new("PoolLights/HangingLEDBarLight", LEDHangingLight),
|
||||
|
|
|
|||
Loading…
Reference in New Issue