1
0
Fork 0

Fix NarrowHallwayTile2x2 mineshaft lights flickering

This commit is contained in:
ivan tkachenko 2025-08-02 20:12:29 +03:00
parent f50989b5ae
commit f131ad7148
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ namespace MuzikaGromche
new("ManorStartRoomMesh/Chandelier/PoweredLightTypeB (1)", PointLight4),
new("ManorStartRoomMesh/Chandelier2/PoweredLightTypeB", PointLight4),
]),
new("NarrowHallwayTile2x2", [
new("MineshaftSpotlight (1)", MineshaftSpotlight),
new("MineshaftSpotlight (2)", MineshaftSpotlight),
]),
new("BirthdayRoomTile", [
new("Lights/MineshaftSpotlight", MineshaftSpotlight),
]),