seasonal texture for leaves

This commit is contained in:
minjaesong
2024-01-28 17:27:11 +09:00
parent 9f376e93b2
commit 6e69fb3872
6 changed files with 11 additions and 11 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -88,7 +88,7 @@ class FixtureJukebox : Electric, PlaysMusic {
// supress the normal background music playback
if (musicIsPlaying && !flagDespawn) {
(INGAME.musicGovernor as TerrarumMusicGovernor).stopMusic(this, false)
(INGAME.musicGovernor as TerrarumMusicGovernor).stopMusic(this, true)
}
}