mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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
|
# Binary files that are considered uncompressible, and are
|
||||||
# copied without compression.
|
# 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
|
# wav files are compressible, but p3openal_audio won't load
|
||||||
# them compressed.
|
# 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
|
# Files which are not to be processed further, but which
|
||||||
# should be added exactly byte-for-byte as they are.
|
# should be added exactly byte-for-byte as they are.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user