mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
make public background/midground/foreground constants
This commit is contained in:
parent
1e446cffff
commit
9a33c63206
@ -61,7 +61,11 @@ ERASE = PGEntry.getErasePrefix()
|
||||
IMAGE_SORT_INDEX = 10
|
||||
GEOM_SORT_INDEX = 20
|
||||
TEXT_SORT_INDEX = 30
|
||||
FADE_SORT_INDEX = 100
|
||||
|
||||
# Handy conventions for organizing top-level gui objects in loose buckets.
|
||||
BACKGROUND_SORT_INDEX = -100
|
||||
MIDGROUND_SORT_INDEX = 0
|
||||
FOREGROUND_SORT_INDEX = 100
|
||||
|
||||
defaultFont = None
|
||||
defaultClickSound = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user