mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
dgui: store guiItems on ShowBase class dict instead of module
This commit is contained in:
parent
b19abf1480
commit
062460cbe0
@ -81,7 +81,7 @@ __all__ = ['DirectGuiBase', 'DirectGuiWidget']
|
|||||||
|
|
||||||
from panda3d.core import *
|
from panda3d.core import *
|
||||||
from direct.showbase import ShowBaseGlobal
|
from direct.showbase import ShowBaseGlobal
|
||||||
from direct.showbase import ShowBase
|
from direct.showbase.ShowBase import ShowBase
|
||||||
from . import DirectGuiGlobals as DGG
|
from . import DirectGuiGlobals as DGG
|
||||||
from .OnscreenText import *
|
from .OnscreenText import *
|
||||||
from .OnscreenGeom import *
|
from .OnscreenGeom import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user