mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove old egg-palettize flags
This commit is contained in:
parent
db3e6216e5
commit
8da996d22c
@ -11,17 +11,16 @@
|
|||||||
:group fonts
|
:group fonts
|
||||||
|
|
||||||
# The following line flags all textures to use the most generic image
|
# The following line flags all textures to use the most generic image
|
||||||
# type (e.g. 'rgba' as opposed to 'rgba8') and also turns off
|
# type (e.g. 'rgba' as opposed to 'rgba8') and also turns on
|
||||||
# mipmapping for all textures ('linear'). This enables more textures
|
# mipmapping for all textures ('mipmap'). This enables more textures
|
||||||
# to be grouped together on the same palettes. We can turn these back
|
# to be grouped together on the same palettes. The 'cont' keyword
|
||||||
# on for individual textures later. The 'cont' keyword indicates that
|
# indicates that we should not stop scanning this file for a particular
|
||||||
# a texture should not consider itself having matched a line in this
|
# texture just because we matched this first line.
|
||||||
# file just because it matches this line.
|
|
||||||
|
|
||||||
* : rgba linear cont
|
* : generic mipmap cont
|
||||||
|
|
||||||
Comic.rgb : 256 256 alpha
|
Comic.rgb : 256 256
|
||||||
Humanist.rgb : 256 256 alpha
|
Humanist.rgb : 256 256
|
||||||
|
|
||||||
Comic.egg : fonts
|
Comic.egg : fonts
|
||||||
Humanist.egg : fonts
|
Humanist.egg : fonts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user