Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -225,6 +225,11 @@ class AnimatedPlane < LargePlane
def setBitmap(file, hue=0)
clearBitmaps()
return if file==nil
file = pbLocalizedBitmapFilename(file)
if isDarkMode
darkmode_file = file + "_dark"
file = darkmode_file if pbResolveBitmap(darkmode_file)
end
@bitmap=AnimatedBitmap.new(file,hue)
end
end