mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
add libRocket extensions for packp3d to pick up
This commit is contained in:
parent
6795dd86b1
commit
5bf3aa09d5
@ -2318,9 +2318,11 @@ class Packager:
|
||||
|
||||
# Binary files that are considered uncompressible, and are
|
||||
# copied without compression.
|
||||
self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav' ]
|
||||
self.uncompressibleExtensions = [ 'mp3', 'ogg', 'wav', 'rml', 'rcss', 'otf' ]
|
||||
# wav files are compressible, but p3openal_audio won't load
|
||||
# them compressed.
|
||||
# rml, rcss and otf files must be added here because
|
||||
# libRocket wants to be able to seek in these files.
|
||||
|
||||
# Files which are not to be processed further, but which
|
||||
# should be added exactly byte-for-byte as they are.
|
||||
|
Loading…
x
Reference in New Issue
Block a user