mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
export text types
This commit is contained in:
parent
b0dd18aa3f
commit
1706138704
@ -1,6 +1,6 @@
|
|||||||
"""OnscreenText module: contains the OnscreenText class"""
|
"""OnscreenText module: contains the OnscreenText class"""
|
||||||
|
|
||||||
__all__ = ['OnscreenText']
|
__all__ = ['OnscreenText', 'Plain', 'ScreenTitle', 'ScreenPrompt', 'NameConfirm', 'BlackOnWhite']
|
||||||
|
|
||||||
from pandac.PandaModules import *
|
from pandac.PandaModules import *
|
||||||
import DirectGuiGlobals as DGG
|
import DirectGuiGlobals as DGG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user